Html Css Color HEX #AA4EC0 Deep Lilac

📋 copy color: '#AA4EC0'

red 170 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #AA4EC0

Tints of Deep Lilac #AA4EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.73%

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 38.64%
G = 17.73%
B = 43.64%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA4EC0 (or 0xAA4EC0) is known color: Deep Lilac. HEX triplet: AA, 4E and C0. RGB value is (170,78,192). Sum of RGB (Red+Green+Blue) = 170+78+192=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA4EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EC0 is #55B13F. Grayscale: #767676. Windows color (decimal): -5615936 or 12603050. OLE color: 12603050.

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

Color convert

RGB 170 78 192 -
CMYK 0.11 0.59 0 0.25
HSL 288.42º 0.48% 0.53% -
HSV(B) 288.42º 0.59% 0.75% -
XYZ 28.82 17.8 51.79 -
YUV 118.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 170 78 192 0.11 0.59 0 0.25 288.42 0.48 0.53
Hex AA 4E C0 B 3B 0 19 120 30 35
Octal 252 116 300 13 73 0 31 440 60 65
Binary 10101010 1001110 11000000 1011 111011 0 11001 100100000 110000 110101

Color Harmonies of #AA4EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EC0

Black with #AA4EC0

Text Example


Text Example

White with #AA4EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EC0; }

 p { color: rgb(170,78,192); }

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

background-color css

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

 a { background-color: rgb(170,78,192); }

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

border-color css

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

 span { border-color: rgb(170,78,192); }

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