#AA61C4

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

Shades of Deep Lilac #AA61C4

Tints of Deep Lilac #AA61C4

Color information

#AA61C4 (or 0xAA61C4) is unknown color: approx Deep Lilac. HEX triplet: AA, 61 and C4. RGB value is (170,97,196). Sum of RGB (Red+Green+Blue) = 170+97+196=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA61C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61C4 is #559E3B. Grayscale: #818181. Windows color (decimal): -5611068 or 12870058. OLE color: 12870058.

HSL color Cylindrical-coordinate representation of color #AA61C4: hue angle of 284.24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA61C4 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17097196-
CMYK0.130.5100.23
HSL284.24º45.62%57.45%-
HSV(B)284.24º50.51%76.86%-
XYZ30.8221.0854.67-
YUV130.11165.18156.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=36.72%
G=20.95%
B=42.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170971960.130.5100.23284.2445.6257.45
HexAA61C4D3301711c2e39
Octal25214130415630274345671
Binary101010101100001110001001101110011010111100011100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61C4; }

 p { color: rgb(170,97,196); }

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

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

 a { background-color: rgb(170,97,196); }

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

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

 span { border-color: rgb(170,97,196); }

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