#AA40BB

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

Shades of Deep Lilac #AA40BB

Tints of Deep Lilac #AA40BB

Color information

#AA40BB (or 0xAA40BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 40 and BB. RGB value is (170,64,187). Sum of RGB (Red+Green+Blue) = 170+64+187=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40BB is #55BF44. Grayscale: #6D6D6D. Windows color (decimal): -5619525 or 12271786. OLE color: 12271786.

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

Color convert

RGB17064187-
CMYK0.090.6600.27
HSL291.71º49%49.22%-
HSV(B)291.71º65.78%73.33%-
XYZ27.3815.848.62-
YUV109.72171.62171-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 64 (25.39% from 255) = 15.20%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=40.38%
G=15.20%
B=44.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170641870.090.6600.27291.714949.22
HexAA40BB94201B1243131
Octal252100273111020334446161
Binary1010101010000001011101110011000010011011100100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40BB; }

 p { color: rgb(170,64,187); }

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

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

 a { background-color: rgb(170,64,187); }

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

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

 span { border-color: rgb(170,64,187); }

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