Html Css Color HEX #AA57BA Deep Lilac

📋 copy color: '#AA57BA'

red 170 ◦ green 87 ◦ blue 186

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

Shades of Deep Lilac #AA57BA

Tints of Deep Lilac #AA57BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 38.37%
G = 19.64%
B = 41.99%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA57BA (or 0xAA57BA) is known color: Deep Lilac. HEX triplet: AA, 57 and BA. RGB value is (170,87,186). Sum of RGB (Red+Green+Blue) = 170+87+186=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57BA is #55A845. Grayscale: #7A7A7A. Windows color (decimal): -5613638 or 12212138. OLE color: 12212138.

HSL color Cylindrical-coordinate representation of color #AA57BA: hue angle of 290.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA57BA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 87 186 -
CMYK 0.09 0.53 0 0.27
HSL 290.3º 0.42% 0.54% -
HSV(B) 290.3º 0.53% 0.73% -
XYZ 28.85 18.91 48.58 -
YUV 123.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 170 87 186 0.09 0.53 0 0.27 290.3 0.42 0.54
Hex AA 57 BA 9 35 0 1B 122 2A 36
Octal 252 127 272 11 65 0 33 442 52 66
Binary 10101010 1010111 10111010 1001 110101 0 11011 100100010 101010 110110

Color Harmonies of #AA57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57BA

Black with #AA57BA

Text Example


Text Example

White with #AA57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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