#AF979C

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

Shades of Viola #AF979C

Tints of Viola #AF979C

Color information

#AF979C (or 0xAF979C) is unknown color: approx Viola. HEX triplet: AF, 97 and 9C. RGB value is (175,151,156). Sum of RGB (Red+Green+Blue) = 175+151+156=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF979C is #506863. Grayscale: #9E9E9E. Windows color (decimal): -5269604 or 10262447. OLE color: 10262447.

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

Color convert

RGB175151156-
CMYK00.140.110.31
HSL347.5º13.04%63.92%-
HSV(B)347.5º13.71%68.63%-
XYZ34.7533.6536.12-
YUV158.75126.45139.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=36.31%
G=31.33%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515115600.140.110.31347.513.0463.92
HexAF979C0EB1F15cd40
Octal257227234016133753415100
Binary1010111110010111100111000111010111111110101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF979C; }

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

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

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

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

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

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

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

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