Html Css Color HEX #AA40BA Deep Lilac

📋 copy color: '#AA40BA'

red 170 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #AA40BA

Tints of Deep Lilac #AA40BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 40.48%
G = 15.24%
B = 44.29%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA40BA (or 0xAA40BA) is known color: Deep Lilac. HEX triplet: AA, 40 and BA. RGB value is (170,64,186). Sum of RGB (Red+Green+Blue) = 170+64+186=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40BA is #55BF45. Grayscale: #6D6D6D. Windows color (decimal): -5619526 or 12206250. OLE color: 12206250.

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

Color convert

RGB 170 64 186 -
CMYK 0.09 0.66 0 0.27
HSL 292.13º 0.49% 0.49% -
HSV(B) 292.13º 0.66% 0.73% -
XYZ 27.27 15.76 48.06 -
YUV 109.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 170 64 186 0.09 0.66 0 0.27 292.13 0.49 0.49
Hex AA 40 BA 9 42 0 1B 124 31 31
Octal 252 100 272 11 102 0 33 444 61 61
Binary 10101010 1000000 10111010 1001 1000010 0 11011 100100100 110001 110001

Color Harmonies of #AA40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40BA

Black with #AA40BA

Text Example


Text Example

White with #AA40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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