#AF8C96

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

Shades of Viola #AF8C96

Tints of Viola #AF8C96

Color information

#AF8C96 (or 0xAF8C96) is unknown color: approx Viola. HEX triplet: AF, 8C and 96. RGB value is (175,140,150). Sum of RGB (Red+Green+Blue) = 175+140+150=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C96 is #507369. Grayscale: #979797. Windows color (decimal): -5272426 or 9866415. OLE color: 9866415.

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

Color convert

RGB175140150-
CMYK00.20.140.31
HSL342.86º17.95%61.76%-
HSV(B)342.86º20%68.63%-
XYZ32.5630.0732.94-
YUV151.6127.1144.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=37.63%
G=30.11%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514015000.20.140.31342.8617.9561.76
HexAF8C96014E1F157123e
Octal25721422602416375272276
Binary10101111100011001001011001010011101111110101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C96; }

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

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

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

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

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

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

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

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