#AF9EA2

Color #AF9EA2 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #AF9EA2

Tints of Viola #AF9EA2

Color information

#AF9EA2 (or 0xAF9EA2) is unknown color: approx Viola. HEX triplet: AF, 9E and A2. RGB value is (175,158,162). Sum of RGB (Red+Green+Blue) = 175+158+162=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EA2 is #50615D. Grayscale: #A3A3A3. Windows color (decimal): -5267806 or 10657455. OLE color: 10657455.

HSL color Cylindrical-coordinate representation of color #AF9EA2: hue angle of 345.88º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9EA2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB175158162-
CMYK00.100.070.31
HSL345.88º9.6%65.29%-
HSV(B)345.88º9.71%68.63%-
XYZ36.4336.1839.25-
YUV163.54127.13136.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 162 (63.67% from 255) = 32.73%
R=35.35%
G=31.92%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515816200.100.070.31345.889.665.29
HexAF9EA20A71F15aa41
Octal25723624201273753212101
Binary101011111001111010100010010101111111110101101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EA2; }

 p { color: rgb(175,158,162); }

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

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

 a { background-color: rgb(175,158,162); }

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

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

 span { border-color: rgb(175,158,162); }

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