#A660C7

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

Shades of Deep Lilac #A660C7

Tints of Deep Lilac #A660C7

Color information

#A660C7 (or 0xA660C7) is unknown color: approx Deep Lilac. HEX triplet: A6, 60 and C7. RGB value is (166,96,199). Sum of RGB (Red+Green+Blue) = 166+96+199=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #A660C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660C7 is #599F38. Grayscale: #808080. Windows color (decimal): -5873465 or 13066406. OLE color: 13066406.

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

Color convert

RGB16696199-
CMYK0.170.5200.22
HSL280.78º47.91%57.84%-
HSV(B)280.78º51.76%78.04%-
XYZ30.2220.656.42-
YUV128.67167.69154.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 96 (37.89% from 255) = 20.82%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=36.01%
G=20.82%
B=43.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166961990.170.5200.22280.7847.9157.84
HexA660C71134016119303a
Octal24614030721640264316072
Binary1010011011000001100011110001110100010110100011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660C7; }

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

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

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

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

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

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

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

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