#AA49AD

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

Shades of Violet Blue #AA49AD

Tints of Violet Blue #AA49AD

Color information

#AA49AD (or 0xAA49AD) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and AD. RGB value is (170,73,173). Sum of RGB (Red+Green+Blue) = 170+73+173=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49AD is #55B652. Grayscale: #717171. Windows color (decimal): -5617235 or 11356586. OLE color: 11356586.

HSL color Cylindrical-coordinate representation of color #AA49AD: hue angle of 298.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA49AD is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17073173-
CMYK0.020.5800.32
HSL298.2º40.65%48.24%-
HSV(B)298.2º57.8%67.84%-
XYZ26.516.3341.29-
YUV113.4161.64168.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=40.87%
G=17.55%
B=41.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170731730.020.5800.32298.240.6548.24
HexAA49AD23A02012a2930
Octal2521112552720404525160
Binary10101010100100110101101101110100100000100101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49AD; }

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

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

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

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

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

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

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

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