#AA48BA

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

Shades of Deep Lilac #AA48BA

Tints of Deep Lilac #AA48BA

Color information

#AA48BA (or 0xAA48BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 48 and BA. RGB value is (170,72,186). Sum of RGB (Red+Green+Blue) = 170+72+186=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48BA is #55B745. Grayscale: #717171. Windows color (decimal): -5617478 or 12208298. OLE color: 12208298.

HSL color Cylindrical-coordinate representation of color #AA48BA: hue angle of 291.58º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA48BA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17072186-
CMYK0.090.6100.27
HSL291.58º45.24%50.59%-
HSV(B)291.58º61.29%72.94%-
XYZ27.7616.7348.22-
YUV114.3168.47167.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 72 (28.52% from 255) = 16.82%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=39.72%
G=16.82%
B=43.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170721860.090.6100.27291.5845.2450.59
HexAA48BA93D01B1242d33
Octal25211027211750334445563
Binary101010101001000101110101001111101011011100100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA48BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA48BA; }

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

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

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

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

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

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

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

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