Html Css Color HEX #AA57BD Deep Lilac

📋 copy color: '#AA57BD'

red 170 ◦ green 87 ◦ blue 189

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

Shades of Deep Lilac #AA57BD

Tints of Deep Lilac #AA57BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.51%

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

R = 38.12%
G = 19.51%
B = 42.38%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA57BD (or 0xAA57BD) is known color: Deep Lilac. HEX triplet: AA, 57 and BD. RGB value is (170,87,189). Sum of RGB (Red+Green+Blue) = 170+87+189=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA57BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57BD is #55A842. Grayscale: #7B7B7B. Windows color (decimal): -5613635 or 12408746. OLE color: 12408746.

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

Color convert

RGB 170 87 189 -
CMYK 0.10 0.54 0 0.26
HSL 288.82º 0.44% 0.54% -
HSV(B) 288.82º 0.54% 0.74% -
XYZ 29.17 19.04 50.28 -
YUV 123.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 170 87 189 0.10 0.54 0 0.26 288.82 0.44 0.54
Hex AA 57 BD A 36 0 1A 121 2C 36
Octal 252 127 275 12 66 0 32 441 54 66
Binary 10101010 1010111 10111101 1010 110110 0 11010 100100001 101100 110110

Color Harmonies of #AA57BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57BD

Black with #AA57BD

Text Example


Text Example

White with #AA57BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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