#AA5FC1

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

Shades of Deep Lilac #AA5FC1

Tints of Deep Lilac #AA5FC1

Color information

#AA5FC1 (or 0xAA5FC1) is unknown color: approx Deep Lilac. HEX triplet: AA, 5F and C1. RGB value is (170,95,193). Sum of RGB (Red+Green+Blue) = 170+95+193=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA5FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FC1 is #55A03E. Grayscale: #808080. Windows color (decimal): -5611583 or 12672938. OLE color: 12672938.

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

Color convert

RGB17095193-
CMYK0.120.5100.24
HSL285.92º44.14%56.47%-
HSV(B)285.92º50.78%75.69%-
XYZ30.320.5852.83-
YUV128.6164.35157.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=37.12%
G=20.74%
B=42.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170951930.120.5100.24285.9244.1456.47
HexAA5FC1C3301811e2c38
Octal25213730114630304365470
Binary101010101011111110000011100110011011000100011110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FC1; }

 p { color: rgb(170,95,193); }

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

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

 a { background-color: rgb(170,95,193); }

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

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

 span { border-color: rgb(170,95,193); }

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