#AA49AA

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

Shades of Violet Blue #AA49AA

Tints of Violet Blue #AA49AA

Color information

#AA49AA (or 0xAA49AA) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and AA. RGB value is (170,73,170). Sum of RGB (Red+Green+Blue) = 170+73+170=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA49AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49AA is #55B655. Grayscale: #707070. Windows color (decimal): -5617238 or 11159978. OLE color: 11159978.

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

Color convert

RGB17073170-
CMYK00.5700.33
HSL300º39.92%47.65%-
HSV(B)300º57.06%66.67%-
XYZ26.2216.2139.78-
YUV113.06160.14168.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 73 (28.91% from 255) = 17.68%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=41.16%
G=17.68%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707317000.5700.3330039.9247.65
HexAA49AA03902112c2830
Octal2521112520710414545060
Binary1010101010010011010101001110010100001100101100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49AA; }

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

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

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

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

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

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

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

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