#AA6AC0

Color #AA6AC0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AA6AC0

Tints of Deep Lilac #AA6AC0

Color information

#AA6AC0 (or 0xAA6AC0) is unknown color: approx Deep Lilac. HEX triplet: AA, 6A and C0. RGB value is (170,106,192). Sum of RGB (Red+Green+Blue) = 170+106+192=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA6AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AC0 is #55953F. Grayscale: #868686. Windows color (decimal): -5608768 or 12610218. OLE color: 12610218.

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

Color convert

RGB170106192-
CMYK0.110.4500.25
HSL284.65º40.57%58.43%-
HSV(B)284.65º44.79%75.29%-
XYZ31.2522.6652.6-
YUV134.94160.2153.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=36.32%
G=22.65%
B=41.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701061920.110.4500.25284.6540.5758.43
HexAA6AC0B2D01911d293a
Octal25215230013550314355172
Binary101010101101010110000001011101101011001100011101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AC0; }

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

 H1.HeaderClassName
 {
   color: #AA6AC0;
 }
 .AnyTagClassName
 {
   color: #AA6AC0;
 }
</style>
background-color css

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

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

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

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

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

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