Html Css Color HEX #AA5DB9 Deep Lilac

📋 copy color: '#AA5DB9'

red 170 ◦ green 93 ◦ blue 185

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

Shades of Deep Lilac #AA5DB9

Tints of Deep Lilac #AA5DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 37.95%
G = 20.76%
B = 41.29%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA5DB9 (or 0xAA5DB9) is known color: Deep Lilac. HEX triplet: AA, 5D and B9. RGB value is (170,93,185). Sum of RGB (Red+Green+Blue) = 170+93+185=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA5DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DB9 is #55A246. Grayscale: #7E7E7E. Windows color (decimal): -5612103 or 12148138. OLE color: 12148138.

HSL color Cylindrical-coordinate representation of color #AA5DB9: hue angle of 290.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5DB9 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 93 185 -
CMYK 0.08 0.50 0 0.27
HSL 290.22º 0.4% 0.55% -
HSV(B) 290.22º 0.5% 0.73% -
XYZ 29.25 19.88 48.19 -
YUV 126.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 170 93 185 0.08 0.50 0 0.27 290.22 0.4 0.55
Hex AA 5D B9 8 32 0 1B 122 28 37
Octal 252 135 271 10 62 0 33 442 50 67
Binary 10101010 1011101 10111001 1000 110010 0 11011 100100010 101000 110111

Color Harmonies of #AA5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DB9

Black with #AA5DB9

Text Example


Text Example

White with #AA5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DB9; }

 p { color: rgb(170,93,185); }

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

background-color css

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

 a { background-color: rgb(170,93,185); }

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

border-color css

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

 span { border-color: rgb(170,93,185); }

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