#AA44B6

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

Shades of Deep Lilac #AA44B6

Tints of Deep Lilac #AA44B6

Color information

#AA44B6 (or 0xAA44B6) is unknown color: approx Deep Lilac. HEX triplet: AA, 44 and B6. RGB value is (170,68,182). Sum of RGB (Red+Green+Blue) = 170+68+182=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA44B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44B6 is #55BB49. Grayscale: #6F6F6F. Windows color (decimal): -5618506 or 11945130. OLE color: 11945130.

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

Color convert

RGB17068182-
CMYK0.070.6300.29
HSL293.68º45.6%49.02%-
HSV(B)293.68º62.64%71.37%-
XYZ27.0916.0645.93-
YUV111.49167.79169.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 182 (71.48% from 255) = 43.33%
R=40.48%
G=16.19%
B=43.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170681820.070.6300.29293.6845.649.02
HexAA44B673F01D1262e31
Octal2521042667770354465661
Binary10101010100010010110110111111111011101100100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA44B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA44B6; }

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

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

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

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

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

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

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

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