#AA999C

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

Shades of Viola #AA999C

Tints of Viola #AA999C

Color information

#AA999C (or 0xAA999C) is unknown color: approx Viola. HEX triplet: AA, 99 and 9C. RGB value is (170,153,156). Sum of RGB (Red+Green+Blue) = 170+153+156=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999C is #556663. Grayscale: #9E9E9E. Windows color (decimal): -5596772 or 10262954. OLE color: 10262954.

HSL color Cylindrical-coordinate representation of color #AA999C: hue angle of 349.41º 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 #AA999C is Cyan = 0, Magento = 0.1, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170153156-
CMYK00.10.080.33
HSL349.41º9.09%63.33%-
HSV(B)349.41º10%66.67%-
XYZ33.9733.7336.17-
YUV158.42126.63136.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=35.49%
G=31.94%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015315600.10.080.33349.419.0963.33
HexAA999C0A82115d93f
Octal25223123401210415351177
Binary1010101010011001100111000101010001000011010111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA999C; }

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

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

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

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

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

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

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

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