#AA42BA

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

Shades of Deep Lilac #AA42BA

Tints of Deep Lilac #AA42BA

Color information

#AA42BA (or 0xAA42BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 42 and BA. RGB value is (170,66,186). Sum of RGB (Red+Green+Blue) = 170+66+186=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA42BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42BA is #55BD45. Grayscale: #6E6E6E. Windows color (decimal): -5619014 or 12206762. OLE color: 12206762.

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

Color convert

RGB17066186-
CMYK0.090.6500.27
HSL292º47.62%49.41%-
HSV(B)292º64.52%72.94%-
XYZ27.3915.9948.1-
YUV110.78170.46170.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=40.28%
G=15.64%
B=44.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170661860.090.6500.2729247.6249.41
HexAA42BA94101B1243031
Octal252102272111010334446061
Binary1010101010000101011101010011000001011011100100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42BA; }

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

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

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

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

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

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

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

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