#AA499D

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

Shades of Violet Blue #AA499D

Tints of Violet Blue #AA499D

Color information

#AA499D (or 0xAA499D) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and 9D. RGB value is (170,73,157). Sum of RGB (Red+Green+Blue) = 170+73+157=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA499D is #55B662. Grayscale: #6F6F6F. Windows color (decimal): -5617251 or 10308010. OLE color: 10308010.

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

Color convert

RGB17073157-
CMYK00.570.080.33
HSL308.04º39.92%47.65%-
HSV(B)308.04º57.06%66.67%-
XYZ25.0515.7533.62-
YUV111.58153.64169.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=42.5%
G=18.25%
B=39.25%

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
Decimal1707315700.570.080.33308.0439.9247.65
HexAA499D0398211342830
Octal25211123507110414645060
Binary1010101010010011001110101110011000100001100110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA499D; }

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

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

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

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

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

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

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

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