#AA48B5

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

Shades of Deep Lilac #AA48B5

Tints of Deep Lilac #AA48B5

Color information

#AA48B5 (or 0xAA48B5) is unknown color: approx Deep Lilac. HEX triplet: AA, 48 and B5. RGB value is (170,72,181). Sum of RGB (Red+Green+Blue) = 170+72+181=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA48B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48B5 is #55B74A. Grayscale: #717171. Windows color (decimal): -5617483 or 11880618. OLE color: 11880618.

HSL color Cylindrical-coordinate representation of color #AA48B5: hue angle of 293.94º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA48B5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17072181-
CMYK0.060.6000.29
HSL293.94º43.08%49.61%-
HSV(B)293.94º60.22%70.98%-
XYZ27.2416.5245.47-
YUV113.73165.97168.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 72 (28.52% from 255) = 17.02%
BLUE value IS 181 (71.09% from 255) = 42.79%
R=40.19%
G=17.02%
B=42.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170721810.060.6000.29293.9443.0849.61
HexAA48B563C01D1262b32
Octal2521102656740354465362
Binary10101010100100010110101110111100011101100100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA48B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA48B5; }

 p { color: rgb(170,72,181); }

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

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

 a { background-color: rgb(170,72,181); }

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

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

 span { border-color: rgb(170,72,181); }

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