#AA4ABA

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

Shades of Deep Lilac #AA4ABA

Tints of Deep Lilac #AA4ABA

Color information

#AA4ABA (or 0xAA4ABA) is unknown color: approx Deep Lilac. HEX triplet: AA, 4A and BA. RGB value is (170,74,186). Sum of RGB (Red+Green+Blue) = 170+74+186=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ABA is #55B545. Grayscale: #737373. Windows color (decimal): -5616966 or 12208810. OLE color: 12208810.

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

Color convert

RGB17074186-
CMYK0.090.6000.27
HSL291.43º44.8%50.98%-
HSV(B)291.43º60.22%72.94%-
XYZ27.8916.9948.26-
YUV115.47167.8166.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 74 (29.30% from 255) = 17.21%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=39.53%
G=17.21%
B=43.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170741860.090.6000.27291.4344.850.98
HexAA4ABA93C01B1232d33
Octal25211227211740334435563
Binary101010101001010101110101001111100011011100100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4ABA; }

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

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

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

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

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

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

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

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