#AA61C7

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

Shades of Deep Lilac #AA61C7

Tints of Deep Lilac #AA61C7

Color information

#AA61C7 (or 0xAA61C7) is unknown color: approx Deep Lilac. HEX triplet: AA, 61 and C7. RGB value is (170,97,199). Sum of RGB (Red+Green+Blue) = 170+97+199=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA61C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61C7 is #559E38. Grayscale: #828282. Windows color (decimal): -5611065 or 13066666. OLE color: 13066666.

HSL color Cylindrical-coordinate representation of color #AA61C7: hue angle of 282.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA61C7 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17097199-
CMYK0.150.5100.22
HSL282.94º47.66%58.04%-
HSV(B)282.94º51.26%78.04%-
XYZ31.1621.2256.49-
YUV130.46166.68156.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 199 (78.12% from 255) = 42.70%
R=36.48%
G=20.82%
B=42.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170971990.150.5100.22282.9447.6658.04
HexAA61C7F3301611b303a
Octal25214130717630264336072
Binary101010101100001110001111111110011010110100011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61C7; }

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

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

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

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

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

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

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

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