#AA499C

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

Shades of Violet Blue #AA499C

Tints of Violet Blue #AA499C

Color information

#AA499C (or 0xAA499C) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and 9C. RGB value is (170,73,156). Sum of RGB (Red+Green+Blue) = 170+73+156=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA499C is #55B663. Grayscale: #6F6F6F. Windows color (decimal): -5617252 or 10242474. OLE color: 10242474.

HSL color Cylindrical-coordinate representation of color #AA499C: hue angle of 308.66º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA499C is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17073156-
CMYK00.570.080.33
HSL308.66º39.92%47.65%-
HSV(B)308.66º57.06%66.67%-
XYZ24.9615.7133.17-
YUV111.46153.14169.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=42.61%
G=18.30%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707315600.570.080.33308.6639.9247.65
HexAA499C0398211352830
Octal25211123407110414655060
Binary1010101010010011001110001110011000100001100110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA499C; }

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

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

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

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

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

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

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

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