#AA5DC3

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

Shades of Deep Lilac #AA5DC3

Tints of Deep Lilac #AA5DC3

Color information

#AA5DC3 (or 0xAA5DC3) is unknown color: approx Deep Lilac. HEX triplet: AA, 5D and C3. RGB value is (170,93,195). Sum of RGB (Red+Green+Blue) = 170+93+195=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA5DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DC3 is #55A23C. Grayscale: #7F7F7F. Windows color (decimal): -5612093 or 12803498. OLE color: 12803498.

HSL color Cylindrical-coordinate representation of color #AA5DC3: hue angle of 285.29º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5DC3 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17093195-
CMYK0.130.5200.24
HSL285.29º45.95%56.47%-
HSV(B)285.29º52.31%76.47%-
XYZ30.3420.3153.95-
YUV127.65166.01158.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=37.12%
G=20.31%
B=42.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170931950.130.5200.24285.2945.9556.47
HexAA5DC3D3401811d2e38
Octal25213530315640304355670
Binary101010101011101110000111101110100011000100011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DC3; }

 p { color: rgb(170,93,195); }

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

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

 a { background-color: rgb(170,93,195); }

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

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

 span { border-color: rgb(170,93,195); }

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