Html Css Color HEX #AA5EBE Deep Lilac

📋 copy color: '#AA5EBE'

red 170 ◦ green 94 ◦ blue 190

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

Shades of Deep Lilac #AA5EBE

Tints of Deep Lilac #AA5EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 37.44%
G = 20.7%
B = 41.85%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA5EBE (or 0xAA5EBE) is known color: Deep Lilac. HEX triplet: AA, 5E and BE. RGB value is (170,94,190). Sum of RGB (Red+Green+Blue) = 170+94+190=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EBE is #55A141. Grayscale: #7F7F7F. Windows color (decimal): -5611842 or 12476074. OLE color: 12476074.

HSL color Cylindrical-coordinate representation of color #AA5EBE: hue angle of 287.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5EBE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 94 190 -
CMYK 0.11 0.51 0 0.25
HSL 287.5º 0.42% 0.56% -
HSV(B) 287.5º 0.51% 0.75% -
XYZ 29.87 20.27 51.05 -
YUV 127.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 170 94 190 0.11 0.51 0 0.25 287.5 0.42 0.56
Hex AA 5E BE B 33 0 19 120 2A 38
Octal 252 136 276 13 63 0 31 440 52 70
Binary 10101010 1011110 10111110 1011 110011 0 11001 100100000 101010 111000

Color Harmonies of #AA5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EBE

Black with #AA5EBE

Text Example


Text Example

White with #AA5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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