#AF989C

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

Shades of Viola #AF989C

Tints of Viola #AF989C

Color information

#AF989C (or 0xAF989C) is unknown color: approx Viola. HEX triplet: AF, 98 and 9C. RGB value is (175,152,156). Sum of RGB (Red+Green+Blue) = 175+152+156=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF989C is #506763. Grayscale: #9F9F9F. Windows color (decimal): -5269348 or 10262703. OLE color: 10262703.

HSL color Cylindrical-coordinate representation of color #AF989C: hue angle of 349.57º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF989C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175152156-
CMYK00.130.110.31
HSL349.57º12.57%64.12%-
HSV(B)349.57º13.14%68.63%-
XYZ34.9133.9736.17-
YUV159.33126.12139.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=36.23%
G=31.47%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515215600.130.110.31349.5712.5764.12
HexAF989C0DB1F15ed40
Octal257230234015133753615100
Binary1010111110011000100111000110110111111110101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF989C; }

 p { color: rgb(175,152,156); }

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

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

 a { background-color: rgb(175,152,156); }

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

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

 span { border-color: rgb(175,152,156); }

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