#AF999E

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

Shades of Viola #AF999E

Tints of Viola #AF999E

Color information

#AF999E (or 0xAF999E) is unknown color: approx Viola. HEX triplet: AF, 99 and 9E. RGB value is (175,153,158). Sum of RGB (Red+Green+Blue) = 175+153+158=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999E is #506661. Grayscale: #A0A0A0. Windows color (decimal): -5269090 or 10394031. OLE color: 10394031.

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

Color convert

RGB175153158-
CMYK00.130.100.31
HSL346.36º12.09%64.31%-
HSV(B)346.36º12.57%68.63%-
XYZ35.2434.3737.12-
YUV160.15126.79138.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 158 (62.11% from 255) = 32.51%
R=36.01%
G=31.48%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515315800.130.100.31346.3612.0964.31
HexAF999E0DA1F15ac40
Octal257231236015123753214100
Binary1010111110011001100111100110110101111110101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF999E; }

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

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

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

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

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

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

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

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