#AA40B7

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

Shades of Deep Lilac #AA40B7

Tints of Deep Lilac #AA40B7

Color information

#AA40B7 (or 0xAA40B7) is unknown color: approx Deep Lilac. HEX triplet: AA, 40 and B7. RGB value is (170,64,183). Sum of RGB (Red+Green+Blue) = 170+64+183=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA40B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40B7 is #55BF48. Grayscale: #6C6C6C. Windows color (decimal): -5619529 or 12009642. OLE color: 12009642.

HSL color Cylindrical-coordinate representation of color #AA40B7: hue angle of 293.45º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA40B7 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17064183-
CMYK0.070.6500.28
HSL293.45º48.18%48.43%-
HSV(B)293.45º65.03%71.76%-
XYZ26.9615.6346.4-
YUV109.26169.62171.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 183 (71.88% from 255) = 43.88%
R=40.77%
G=15.35%
B=43.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170641830.070.6500.28293.4548.1848.43
HexAA40B774101C1253030
Octal25210026771010344456060
Binary101010101000000101101111111000001011100100100101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40B7; }

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

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

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

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

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

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

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

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