#AA51B4

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

Shades of Deep Lilac #AA51B4

Tints of Deep Lilac #AA51B4

Color information

#AA51B4 (or 0xAA51B4) is unknown color: approx Deep Lilac. HEX triplet: AA, 51 and B4. RGB value is (170,81,180). Sum of RGB (Red+Green+Blue) = 170+81+180=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA51B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51B4 is #55AE4B. Grayscale: #767676. Windows color (decimal): -5615180 or 11817386. OLE color: 11817386.

HSL color Cylindrical-coordinate representation of color #AA51B4: hue angle of 293.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA51B4 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17081180-
CMYK0.060.5500.29
HSL293.94º39.76%51.18%-
HSV(B)293.94º55%70.59%-
XYZ27.7617.7345.14-
YUV118.9162.49164.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=39.44%
G=18.79%
B=41.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170811800.060.5500.29293.9439.7651.18
HexAA51B463701D1262833
Octal2521212646670354465063
Binary10101010101000110110100110110111011101100100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA51B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA51B4; }

 p { color: rgb(170,81,180); }

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

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

 a { background-color: rgb(170,81,180); }

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

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

 span { border-color: rgb(170,81,180); }

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