#AF888E

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

Shades of Viola #AF888E

Tints of Viola #AF888E

Color information

#AF888E (or 0xAF888E) is unknown color: approx Viola. HEX triplet: AF, 88 and 8E. RGB value is (175,136,142). Sum of RGB (Red+Green+Blue) = 175+136+142=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888E is #507771. Grayscale: #949494. Windows color (decimal): -5273458 or 9341103. OLE color: 9341103.

HSL color Cylindrical-coordinate representation of color #AF888E: hue angle of 350.77º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF888E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175136142-
CMYK00.220.190.31
HSL350.77º19.6%60.98%-
HSV(B)350.77º22.29%68.63%-
XYZ31.3728.6829.47-
YUV148.34124.42147.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=38.63%
G=30.02%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513614200.220.190.31350.7719.660.98
HexAF888E016131F15f143d
Octal25721021602623375372475
Binary101011111000100010001110010110100111111110101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF888E; }

 p { color: rgb(175,136,142); }

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

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

 a { background-color: rgb(175,136,142); }

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

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

 span { border-color: rgb(175,136,142); }

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