Html Css Color HEX #AA6DBA Deep Lilac

📋 copy color: '#AA6DBA'

red 170 ◦ green 109 ◦ blue 186

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

Shades of Deep Lilac #AA6DBA

Tints of Deep Lilac #AA6DBA

RGB

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

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

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

R = 36.56%
G = 23.44%
B = 40%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA6DBA (or 0xAA6DBA) is known color: Deep Lilac. HEX triplet: AA, 6D and BA. RGB value is (170,109,186). Sum of RGB (Red+Green+Blue) = 170+109+186=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DBA is #559245. Grayscale: #878787. Windows color (decimal): -5608006 or 12217770. OLE color: 12217770.

HSL color Cylindrical-coordinate representation of color #AA6DBA: hue angle of 287.53º degrees, saturation: 0.36, 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 #AA6DBA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 109 186 -
CMYK 0.09 0.41 0 0.27
HSL 287.53º 0.36% 0.58% -
HSV(B) 287.53º 0.41% 0.73% -
XYZ 30.91 23.03 49.27 -
YUV 136.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 170 109 186 0.09 0.41 0 0.27 287.53 0.36 0.58
Hex AA 6D BA 9 29 0 1B 120 24 3A
Octal 252 155 272 11 51 0 33 440 44 72
Binary 10101010 1101101 10111010 1001 101001 0 11011 100100000 100100 111010

Color Harmonies of #AA6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DBA

Black with #AA6DBA

Text Example


Text Example

White with #AA6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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