#A660C5

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

Shades of Deep Lilac #A660C5

Tints of Deep Lilac #A660C5

Color information

#A660C5 (or 0xA660C5) is unknown color: approx Deep Lilac. HEX triplet: A6, 60 and C5. RGB value is (166,96,197). Sum of RGB (Red+Green+Blue) = 166+96+197=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #A660C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660C5 is #599F3A. Grayscale: #808080. Windows color (decimal): -5873467 or 12935334. OLE color: 12935334.

HSL color Cylindrical-coordinate representation of color #A660C5: hue angle of 281.58º degrees, saturation: 0.47, 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 #A660C5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16696197-
CMYK0.160.5100.23
HSL281.58º46.54%57.45%-
HSV(B)281.58º51.27%77.25%-
XYZ29.9920.555.2-
YUV128.44166.69154.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=36.17%
G=20.92%
B=42.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166961970.160.5100.23281.5846.5457.45
HexA660C5103301711a2f39
Octal24614030520630274325771
Binary1010011011000001100010110000110011010111100011010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660C5; }

 p { color: rgb(166,96,197); }

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

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

 a { background-color: rgb(166,96,197); }

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

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

 span { border-color: rgb(166,96,197); }

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