Html Css Color HEX #AA6DBE Deep Lilac

📋 copy color: '#AA6DBE'

red 170 ◦ green 109 ◦ blue 190

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

Shades of Deep Lilac #AA6DBE

Tints of Deep Lilac #AA6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 36.25%
G = 23.24%
B = 40.51%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA6DBE (or 0xAA6DBE) is known color: Deep Lilac. HEX triplet: AA, 6D and BE. RGB value is (170,109,190). Sum of RGB (Red+Green+Blue) = 170+109+190=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DBE is #559241. Grayscale: #888888. Windows color (decimal): -5608002 or 12479914. OLE color: 12479914.

HSL color Cylindrical-coordinate representation of color #AA6DBE: hue angle of 285.19º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6DBE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 109 190 -
CMYK 0.11 0.43 0 0.25
HSL 285.19º 0.38% 0.59% -
HSV(B) 285.19º 0.43% 0.75% -
XYZ 31.34 23.2 51.54 -
YUV 136.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 170 109 190 0.11 0.43 0 0.25 285.19 0.38 0.59
Hex AA 6D BE B 2B 0 19 11D 26 3B
Octal 252 155 276 13 53 0 31 435 46 73
Binary 10101010 1101101 10111110 1011 101011 0 11001 100011101 100110 111011

Color Harmonies of #AA6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DBE

Black with #AA6DBE

Text Example


Text Example

White with #AA6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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