#AA42BE

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

Shades of Deep Lilac #AA42BE

Tints of Deep Lilac #AA42BE

Color information

#AA42BE (or 0xAA42BE) is unknown color: approx Deep Lilac. HEX triplet: AA, 42 and BE. RGB value is (170,66,190). Sum of RGB (Red+Green+Blue) = 170+66+190=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42BE is #55BD41. Grayscale: #6E6E6E. Windows color (decimal): -5619010 or 12468906. OLE color: 12468906.

HSL color Cylindrical-coordinate representation of color #AA42BE: hue angle of 290.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA42BE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17066190-
CMYK0.110.6500.25
HSL290.32º48.82%50.2%-
HSV(B)290.32º65.26%74.51%-
XYZ27.8216.1650.37-
YUV111.23172.46169.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=39.91%
G=15.49%
B=44.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170661900.110.6500.25290.3248.8250.2
HexAA42BEB410191223132
Octal252102276131010314426162
Binary1010101010000101011111010111000001011001100100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42BE; }

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

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

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

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

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

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

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

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