#AA45B6

Color #AA45B6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AA45B6

Tints of Deep Lilac #AA45B6

Color information

#AA45B6 (or 0xAA45B6) is unknown color: approx Deep Lilac. HEX triplet: AA, 45 and B6. RGB value is (170,69,182). Sum of RGB (Red+Green+Blue) = 170+69+182=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA45B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45B6 is #55BA49. Grayscale: #6F6F6F. Windows color (decimal): -5618250 or 11945386. OLE color: 11945386.

HSL color Cylindrical-coordinate representation of color #AA45B6: hue angle of 293.63º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA45B6 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17069182-
CMYK0.070.6200.29
HSL293.63º45.02%49.22%-
HSV(B)293.63º62.09%71.37%-
XYZ27.1516.1845.95-
YUV112.08167.46169.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 182 (71.48% from 255) = 43.23%
R=40.38%
G=16.39%
B=43.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170691820.070.6200.29293.6345.0249.22
HexAA45B673E01D1262d31
Octal2521052667760354465561
Binary10101010100010110110110111111110011101100100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA45B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA45B6; }

 p { color: rgb(170,69,182); }

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

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

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

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

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

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

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