#AA60C1

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

Shades of Deep Lilac #AA60C1

Tints of Deep Lilac #AA60C1

Color information

#AA60C1 (or 0xAA60C1) is unknown color: approx Deep Lilac. HEX triplet: AA, 60 and C1. RGB value is (170,96,193). Sum of RGB (Red+Green+Blue) = 170+96+193=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60C1 is #559F3E. Grayscale: #808080. Windows color (decimal): -5611327 or 12673194. OLE color: 12673194.

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

Color convert

RGB17096193-
CMYK0.120.5000.24
HSL285.77º43.89%56.67%-
HSV(B)285.77º50.26%75.69%-
XYZ30.3920.7652.86-
YUV129.18164.02157.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=37.04%
G=20.92%
B=42.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170961930.120.5000.24285.7743.8956.67
HexAA60C1C3201811e2c39
Octal25214030114620304365471
Binary101010101100000110000011100110010011000100011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60C1; }

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

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

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

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

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

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

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

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