Html Css Color HEX #AA6DB9 Deep Lilac

📋 copy color: '#AA6DB9'

red 170 ◦ green 109 ◦ blue 185

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

Shades of Deep Lilac #AA6DB9

Tints of Deep Lilac #AA6DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.49%

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

R = 36.64%
G = 23.49%
B = 39.87%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA6DB9 (or 0xAA6DB9) is known color: Deep Lilac. HEX triplet: AA, 6D and B9. RGB value is (170,109,185). Sum of RGB (Red+Green+Blue) = 170+109+185=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA6DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DB9 is #559246. Grayscale: #878787. Windows color (decimal): -5608007 or 12152234. OLE color: 12152234.

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

Color convert

RGB 170 109 185 -
CMYK 0.08 0.41 0 0.27
HSL 288.16º 0.35% 0.58% -
HSV(B) 288.16º 0.41% 0.73% -
XYZ 30.8 22.99 48.71 -
YUV 135.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 170 109 185 0.08 0.41 0 0.27 288.16 0.35 0.58
Hex AA 6D B9 8 29 0 1B 120 23 3A
Octal 252 155 271 10 51 0 33 440 43 72
Binary 10101010 1101101 10111001 1000 101001 0 11011 100100000 100011 111010

Color Harmonies of #AA6DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DB9

Black with #AA6DB9

Text Example


Text Example

White with #AA6DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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