Html Css Color HEX #AA5EBC Deep Lilac

📋 copy color: '#AA5EBC'

red 170 ◦ green 94 ◦ blue 188

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

Shades of Deep Lilac #AA5EBC

Tints of Deep Lilac #AA5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.8%

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 37.61%
G = 20.8%
B = 41.59%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA5EBC (or 0xAA5EBC) is known color: Deep Lilac. HEX triplet: AA, 5E and BC. RGB value is (170,94,188). Sum of RGB (Red+Green+Blue) = 170+94+188=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA5EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EBC is #55A143. Grayscale: #7F7F7F. Windows color (decimal): -5611844 or 12345002. OLE color: 12345002.

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

Color convert

RGB 170 94 188 -
CMYK 0.10 0.50 0 0.26
HSL 288.51º 0.41% 0.55% -
HSV(B) 288.51º 0.5% 0.74% -
XYZ 29.66 20.18 49.91 -
YUV 127.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 170 94 188 0.10 0.50 0 0.26 288.51 0.41 0.55
Hex AA 5E BC A 32 0 1A 121 29 37
Octal 252 136 274 12 62 0 32 441 51 67
Binary 10101010 1011110 10111100 1010 110010 0 11010 100100001 101001 110111

Color Harmonies of #AA5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EBC

Black with #AA5EBC

Text Example


Text Example

White with #AA5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EBC; }

 p { color: rgb(170,94,188); }

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

background-color css

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

 a { background-color: rgb(170,94,188); }

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

border-color css

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

 span { border-color: rgb(170,94,188); }

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