#AF9597

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

Shades of Viola #AF9597

Tints of Viola #AF9597

Color information

#AF9597 (or 0xAF9597) is unknown color: approx Viola. HEX triplet: AF, 95 and 97. RGB value is (175,149,151). Sum of RGB (Red+Green+Blue) = 175+149+151=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9597 is #506A68. Grayscale: #9D9D9D. Windows color (decimal): -5270121 or 9934255. OLE color: 9934255.

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

Color convert

RGB175149151-
CMYK00.150.140.31
HSL355.38º13.98%63.53%-
HSV(B)355.38º14.86%68.63%-
XYZ34.0132.8433.82-
YUV157124.61140.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=36.84%
G=31.37%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514915100.150.140.31355.3813.9863.53
HexAF95970FE1F163e40
Octal257225227017163754316100
Binary1010111110010101100101110111111101111110110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9597; }

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

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

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

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

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

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

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

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