#AA49A5

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

Shades of Violet Blue #AA49A5

Tints of Violet Blue #AA49A5

Color information

#AA49A5 (or 0xAA49A5) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and A5. RGB value is (170,73,165). Sum of RGB (Red+Green+Blue) = 170+73+165=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA49A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49A5 is #55B65A. Grayscale: #707070. Windows color (decimal): -5617243 or 10832298. OLE color: 10832298.

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

Color convert

RGB17073165-
CMYK00.570.030.33
HSL303.09º39.92%47.65%-
HSV(B)303.09º57.06%66.67%-
XYZ25.7516.0337.33-
YUV112.49157.64169.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=41.67%
G=17.89%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707316500.570.030.33303.0939.9247.65
HexAA49A503932112f2830
Octal2521112450713414575060
Binary10101010100100110100101011100111100001100101111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49A5; }

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

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

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

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

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

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

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

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