#AA999B

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

Shades of Viola #AA999B

Tints of Viola #AA999B

Color information

#AA999B (or 0xAA999B) is unknown color: approx Viola. HEX triplet: AA, 99 and 9B. RGB value is (170,153,155). Sum of RGB (Red+Green+Blue) = 170+153+155=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999B is #556664. Grayscale: #9E9E9E. Windows color (decimal): -5596773 or 10197418. OLE color: 10197418.

HSL color Cylindrical-coordinate representation of color #AA999B: hue angle of 352.94º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA999B is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170153155-
CMYK00.10.090.33
HSL352.94º9.09%63.33%-
HSV(B)352.94º10%66.67%-
XYZ33.8933.735.73-
YUV158.31126.13136.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=35.56%
G=32.01%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015315500.10.090.33352.949.0963.33
HexAA999B0A92116193f
Octal25223123301211415411177
Binary1010101010011001100110110101010011000011011000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA999B; }

 p { color: rgb(170,153,155); }

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

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

 a { background-color: rgb(170,153,155); }

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

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

 span { border-color: rgb(170,153,155); }

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