#AA5CC1

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

Shades of Deep Lilac #AA5CC1

Tints of Deep Lilac #AA5CC1

Color information

#AA5CC1 (or 0xAA5CC1) is unknown color: approx Deep Lilac. HEX triplet: AA, 5C and C1. RGB value is (170,92,193). Sum of RGB (Red+Green+Blue) = 170+92+193=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA5CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CC1 is #55A33E. Grayscale: #7E7E7E. Windows color (decimal): -5612351 or 12672170. OLE color: 12672170.

HSL color Cylindrical-coordinate representation of color #AA5CC1: hue angle of 286.34º degrees, saturation: 0.45, 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 #AA5CC1 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17092193-
CMYK0.120.5200.24
HSL286.34º44.89%55.88%-
HSV(B)286.34º52.33%75.69%-
XYZ30.0320.0552.74-
YUV126.84165.34158.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=37.36%
G=20.22%
B=42.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170921930.120.5200.24286.3444.8955.88
HexAA5CC1C3401811e2d38
Octal25213430114640304365570
Binary101010101011100110000011100110100011000100011110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CC1; }

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

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

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

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

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

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

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

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