#AA4ABB

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

Shades of Deep Lilac #AA4ABB

Tints of Deep Lilac #AA4ABB

Color information

#AA4ABB (or 0xAA4ABB) is unknown color: approx Deep Lilac. HEX triplet: AA, 4A and BB. RGB value is (170,74,187). Sum of RGB (Red+Green+Blue) = 170+74+187=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA4ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ABB is #55B544. Grayscale: #737373. Windows color (decimal): -5616965 or 12274346. OLE color: 12274346.

HSL color Cylindrical-coordinate representation of color #AA4ABB: hue angle of 290.97º 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 #AA4ABB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17074187-
CMYK0.090.6000.27
HSL290.97º45.38%51.18%-
HSV(B)290.97º60.43%73.33%-
XYZ2817.0348.83-
YUV115.59168.3166.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=39.44%
G=17.17%
B=43.39%

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
Decimal170741870.090.6000.27290.9745.3851.18
HexAA4ABB93C01B1232d33
Octal25211227311740334435563
Binary101010101001010101110111001111100011011100100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4ABB; }

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

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

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

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

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

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

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

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