Html Css Color HEX #AA6ABA Deep Lilac

📋 copy color: '#AA6ABA'

red 170 ◦ green 106 ◦ blue 186

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

Shades of Deep Lilac #AA6ABA

Tints of Deep Lilac #AA6ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.94%

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

R = 36.8%
G = 22.94%
B = 40.26%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA6ABA (or 0xAA6ABA) is known color: Deep Lilac. HEX triplet: AA, 6A and BA. RGB value is (170,106,186). Sum of RGB (Red+Green+Blue) = 170+106+186=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ABA is #559545. Grayscale: #868686. Windows color (decimal): -5608774 or 12217002. OLE color: 12217002.

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

Color convert

RGB 170 106 186 -
CMYK 0.09 0.43 0 0.27
HSL 288º 0.37% 0.57% -
HSV(B) 288º 0.43% 0.73% -
XYZ 30.59 22.4 49.17 -
YUV 134.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 170 106 186 0.09 0.43 0 0.27 288 0.37 0.57
Hex AA 6A BA 9 2B 0 1B 120 25 39
Octal 252 152 272 11 53 0 33 440 45 71
Binary 10101010 1101010 10111010 1001 101011 0 11011 100100000 100101 111001

Color Harmonies of #AA6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ABA

Black with #AA6ABA

Text Example


Text Example

White with #AA6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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