#AF979B

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

Shades of Viola #AF979B

Tints of Viola #AF979B

Color information

#AF979B (or 0xAF979B) is unknown color: approx Viola. HEX triplet: AF, 97 and 9B. RGB value is (175,151,155). Sum of RGB (Red+Green+Blue) = 175+151+155=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF979B is #506864. Grayscale: #9E9E9E. Windows color (decimal): -5269605 or 10196911. OLE color: 10196911.

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

Color convert

RGB175151155-
CMYK00.140.110.31
HSL350º13.04%63.92%-
HSV(B)350º13.71%68.63%-
XYZ34.6633.6135.67-
YUV158.63125.95139.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=36.38%
G=31.39%
B=32.22%

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
Decimal17515115500.140.110.3135013.0463.92
HexAF979B0EB1F15ed40
Octal257227233016133753615100
Binary1010111110010111100110110111010111111110101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF979B; }

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

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

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

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

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

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

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

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