#a92a96

Color #A92A96 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A92A96

Tints of Medium Red Violet #A92A96

Color information

#A92A96 (or 0xA92A96) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2A and 96. RGB value is (169,42,150). Sum of RGB (Red+Green+Blue) = 169+42+150=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92A96 is #56D569. Grayscale: #5B5B5B. Windows color (decimal): -5690730 or 9841321. OLE color: 9841321.

HSL color Cylindrical-coordinate representation of color #A92A96: hue angle of 308.98º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A96 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16942150-
CMYK00.750.110.34
HSL308.98º60.19%41.37%-
HSV(B)308.98º75.15%66.27%-
XYZ22.712.2930.03-
YUV92.28160.58182.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=46.81%
G=11.63%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694215000.750.110.34308.9860.1941.37
HexA92A9604BB221353c29
Octal25152226011313424657451
Binary1010100110101010010110010010111011100010100110101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92a96; }

 p { color: rgb(169,42,150); }

 H1.HeaderClassName
 {
   color: #a92a96;
 }
 .AnyTagClassName
 {
   color: #a92a96;
 }
</style>
background-color css

<style>
 a { background-color: #a92a96; }

 a { background-color: rgb(169,42,150); }

 div.DivClassName
 {
   background-color: #a92a96;
 }
 .BgClassName
 {
   background-color: #a92a96;
 }
</style>
border-color css

<style>
 span { border-color: #a92a96; }

 span { border-color: rgb(169,42,150); }

 td.TdClassName
 {
   border-color: #a92a96;
 }
 .TagClassName
 {
   border-color: #a92a96;
 }
</style>