#AF888F

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

Shades of Viola #AF888F

Tints of Viola #AF888F

Color information

#AF888F (or 0xAF888F) is unknown color: approx Viola. HEX triplet: AF, 88 and 8F. RGB value is (175,136,143). Sum of RGB (Red+Green+Blue) = 175+136+143=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888F is #507770. Grayscale: #949494. Windows color (decimal): -5273457 or 9406639. OLE color: 9406639.

HSL color Cylindrical-coordinate representation of color #AF888F: hue angle of 349.23º 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 #AF888F is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB175136143-
CMYK00.220.180.31
HSL349.23º19.6%60.98%-
HSV(B)349.23º22.29%68.63%-
XYZ31.4428.7129.87-
YUV148.46124.92146.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 143 (56.25% from 255) = 31.50%
R=38.55%
G=29.96%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513614300.220.180.31349.2319.660.98
HexAF888F016121F15d143d
Octal25721021702622375352475
Binary101011111000100010001111010110100101111110101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF888F; }

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

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

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

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

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

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

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

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