Html Css Color HEX #AA6ABD Deep Lilac

📋 copy color: '#AA6ABD'

red 170 ◦ green 106 ◦ blue 189

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

Shades of Deep Lilac #AA6ABD

Tints of Deep Lilac #AA6ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 36.56%
G = 22.8%
B = 40.65%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA6ABD (or 0xAA6ABD) is known color: Deep Lilac. HEX triplet: AA, 6A and BD. RGB value is (170,106,189). Sum of RGB (Red+Green+Blue) = 170+106+189=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA6ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ABD is #559542. Grayscale: #868686. Windows color (decimal): -5608771 or 12413610. OLE color: 12413610.

HSL color Cylindrical-coordinate representation of color #AA6ABD: hue angle of 286.27º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6ABD is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 106 189 -
CMYK 0.10 0.44 0 0.26
HSL 286.27º 0.39% 0.58% -
HSV(B) 286.27º 0.44% 0.74% -
XYZ 30.92 22.53 50.86 -
YUV 134.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 170 106 189 0.10 0.44 0 0.26 286.27 0.39 0.58
Hex AA 6A BD A 2C 0 1A 11E 27 3A
Octal 252 152 275 12 54 0 32 436 47 72
Binary 10101010 1101010 10111101 1010 101100 0 11010 100011110 100111 111010

Color Harmonies of #AA6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ABD

Black with #AA6ABD

Text Example


Text Example

White with #AA6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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