#AF9499

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

Shades of Viola #AF9499

Tints of Viola #AF9499

Color information

#AF9499 (or 0xAF9499) is unknown color: approx Viola. HEX triplet: AF, 94 and 99. RGB value is (175,148,153). Sum of RGB (Red+Green+Blue) = 175+148+153=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9499 is #506B66. Grayscale: #9C9C9C. Windows color (decimal): -5270375 or 10065071. OLE color: 10065071.

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

Color convert

RGB175148153-
CMYK00.150.130.31
HSL348.89º14.44%63.33%-
HSV(B)348.89º15.43%68.63%-
XYZ34.0232.5934.64-
YUV156.64125.95141.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=36.76%
G=31.09%
B=32.14%

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
Decimal17514815300.150.130.31348.8914.4463.33
HexAF94990FD1F15de3f
Octal25722423101715375351677
Binary101011111001010010011001011111101111111010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9499; }

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

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

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

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

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

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

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

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