Html Css Color HEX #AA4DBA Deep Lilac

📋 copy color: '#AA4DBA'

red 170 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #AA4DBA

Tints of Deep Lilac #AA4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

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

R = 39.26%
G = 17.78%
B = 42.96%

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

#AA4DBA (or 0xAA4DBA) is known color: Deep Lilac. HEX triplet: AA, 4D and BA. RGB value is (170,77,186). Sum of RGB (Red+Green+Blue) = 170+77+186=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DBA is #55B245. Grayscale: #747474. Windows color (decimal): -5616198 or 12209578. OLE color: 12209578.

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

Color convert

RGB 170 77 186 -
CMYK 0.09 0.59 0 0.27
HSL 291.19º 0.44% 0.52% -
HSV(B) 291.19º 0.59% 0.73% -
XYZ 28.09 17.4 48.33 -
YUV 117.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 170 77 186 0.09 0.59 0 0.27 291.19 0.44 0.52
Hex AA 4D BA 9 3B 0 1B 123 2C 34
Octal 252 115 272 11 73 0 33 443 54 64
Binary 10101010 1001101 10111010 1001 111011 0 11011 100100011 101100 110100

Color Harmonies of #AA4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DBA

Black with #AA4DBA

Text Example


Text Example

White with #AA4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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