Html Css Color HEX #AA4EBA Deep Lilac

📋 copy color: '#AA4EBA'

red 170 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #AA4EBA

Tints of Deep Lilac #AA4EBA

RGB

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

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

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

R = 39.17%
G = 17.97%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA4EBA (or 0xAA4EBA) is known color: Deep Lilac. HEX triplet: AA, 4E and BA. RGB value is (170,78,186). Sum of RGB (Red+Green+Blue) = 170+78+186=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA4EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EBA is #55B145. Grayscale: #757575. Windows color (decimal): -5615942 or 12209834. OLE color: 12209834.

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

Color convert

RGB 170 78 186 -
CMYK 0.09 0.58 0 0.27
HSL 291.11º 0.44% 0.52% -
HSV(B) 291.11º 0.58% 0.73% -
XYZ 28.16 17.54 48.36 -
YUV 117.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 170 78 186 0.09 0.58 0 0.27 291.11 0.44 0.52
Hex AA 4E BA 9 3A 0 1B 123 2C 34
Octal 252 116 272 11 72 0 33 443 54 64
Binary 10101010 1001110 10111010 1001 111010 0 11011 100100011 101100 110100

Color Harmonies of #AA4EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EBA

Black with #AA4EBA

Text Example


Text Example

White with #AA4EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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