#AA9699

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

Shades of Viola #AA9699

Tints of Viola #AA9699

Color information

#AA9699 (or 0xAA9699) is unknown color: approx Viola. HEX triplet: AA, 96 and 99. RGB value is (170,150,153). Sum of RGB (Red+Green+Blue) = 170+150+153=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9699 is #556966. Grayscale: #9C9C9C. Windows color (decimal): -5597543 or 10065578. OLE color: 10065578.

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

Color convert

RGB170150153-
CMYK00.120.10.33
HSL351º10.53%62.75%-
HSV(B)351º11.76%66.67%-
XYZ33.2332.6634.69-
YUV156.32126.13137.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=35.94%
G=31.71%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015015300.120.10.3335110.5362.75
HexAA96990CA2115fb3f
Octal25222623101412415371377
Binary1010101010010110100110010110010101000011010111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9699; }

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

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

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

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

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

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

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

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