#AF9599

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

Shades of Viola #AF9599

Tints of Viola #AF9599

Color information

#AF9599 (or 0xAF9599) is unknown color: approx Viola. HEX triplet: AF, 95 and 99. RGB value is (175,149,153). Sum of RGB (Red+Green+Blue) = 175+149+153=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9599 is #506A66. Grayscale: #9D9D9D. Windows color (decimal): -5270119 or 10065327. OLE color: 10065327.

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

Color convert

RGB175149153-
CMYK00.150.130.31
HSL350.77º13.98%63.53%-
HSV(B)350.77º14.86%68.63%-
XYZ34.1832.9134.69-
YUV157.23125.61140.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=36.69%
G=31.24%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514915300.150.130.31350.7713.9863.53
HexAF95990FD1F15fe40
Octal257225231017153753716100
Binary1010111110010101100110010111111011111110101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9599; }

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

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

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

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

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

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

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

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