Html Css Color HEX #AA51BD Deep Lilac

📋 copy color: '#AA51BD'

red 170 ◦ green 81 ◦ blue 189

#AA51BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #AA51BD

Tints of Deep Lilac #AA51BD

RGB

 RED value IS 170 (66.8% from 255) = 38.64%

 GREEN value IS 81 (32.03% from 255) = 18.41%

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 38.64%
G = 18.41%
B = 42.95%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA51BD (or 0xAA51BD) is known color: Deep Lilac. HEX triplet: AA, 51 and BD. RGB value is (170,81,189). Sum of RGB (Red+Green+Blue) = 170+81+189=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA51BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51BD is #55AE42. Grayscale: #777777. Windows color (decimal): -5615171 or 12407210. OLE color: 12407210.

HSL color Cylindrical-coordinate representation of color #AA51BD: hue angle of 289.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA51BD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 81 189 -
CMYK 0.10 0.57 0 0.26
HSL 289.44º 0.45% 0.53% -
HSV(B) 289.44º 0.57% 0.74% -
XYZ 28.71 18.11 50.13 -
YUV 119.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 170 81 189 0.10 0.57 0 0.26 289.44 0.45 0.53
Hex AA 51 BD A 39 0 1A 121 2D 35
Octal 252 121 275 12 71 0 32 441 55 65
Binary 10101010 1010001 10111101 1010 111001 0 11010 100100001 101101 110101

Color Harmonies of #AA51BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51BD

Black with #AA51BD

Text Example


Text Example

White with #AA51BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51BD; }

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

 H1.HeaderClassName
 {
   color: #AA51BD;
 }
 .AnyTagClassName
 {
   color: #AA51BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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