Html Css Color HEX #AA4CBA Deep Lilac

📋 copy color: '#AA4CBA'

red 170 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #AA4CBA

Tints of Deep Lilac #AA4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.59%

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

R = 39.35%
G = 17.59%
B = 43.06%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA4CBA (or 0xAA4CBA) is known color: Deep Lilac. HEX triplet: AA, 4C and BA. RGB value is (170,76,186). Sum of RGB (Red+Green+Blue) = 170+76+186=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CBA is #55B345. Grayscale: #747474. Windows color (decimal): -5616454 or 12209322. OLE color: 12209322.

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

Color convert

RGB 170 76 186 -
CMYK 0.09 0.59 0 0.27
HSL 291.27º 0.44% 0.51% -
HSV(B) 291.27º 0.59% 0.73% -
XYZ 28.02 17.26 48.31 -
YUV 116.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 170 76 186 0.09 0.59 0 0.27 291.27 0.44 0.51
Hex AA 4C BA 9 3B 0 1B 123 2C 33
Octal 252 114 272 11 73 0 33 443 54 63
Binary 10101010 1001100 10111010 1001 111011 0 11011 100100011 101100 110011

Color Harmonies of #AA4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CBA

Black with #AA4CBA

Text Example


Text Example

White with #AA4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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