#AA49A3

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

Shades of Violet Blue #AA49A3

Tints of Violet Blue #AA49A3

Color information

#AA49A3 (or 0xAA49A3) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and A3. RGB value is (170,73,163). Sum of RGB (Red+Green+Blue) = 170+73+163=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA49A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49A3 is #55B65C. Grayscale: #707070. Windows color (decimal): -5617245 or 10701226. OLE color: 10701226.

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

Color convert

RGB17073163-
CMYK00.570.040.33
HSL304.33º39.92%47.65%-
HSV(B)304.33º57.06%66.67%-
XYZ25.5715.9636.38-
YUV112.26156.64169.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=41.87%
G=17.98%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707316300.570.040.33304.3339.9247.65
HexAA49A30394211302830
Octal2521112430714414605060
Binary101010101001001101000110111001100100001100110000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49A3; }

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

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

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

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

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

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

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

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