#AF8896

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

Shades of Viola #AF8896

Tints of Viola #AF8896

Color information

#AF8896 (or 0xAF8896) is unknown color: approx Viola. HEX triplet: AF, 88 and 96. RGB value is (175,136,150). Sum of RGB (Red+Green+Blue) = 175+136+150=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8896 is #507769. Grayscale: #959595. Windows color (decimal): -5273450 or 9865391. OLE color: 9865391.

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

Color convert

RGB175136150-
CMYK00.220.140.31
HSL338.46º19.6%60.98%-
HSV(B)338.46º22.29%68.63%-
XYZ31.9928.9232.75-
YUV149.26128.42146.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=37.96%
G=29.50%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513615000.220.140.31338.4619.660.98
HexAF8896016E1F152143d
Octal25721022602616375222475
Binary10101111100010001001011001011011101111110101001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8896; }

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

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

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

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

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

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

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

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