#A660BA

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

Shades of Deep Lilac #A660BA

Tints of Deep Lilac #A660BA

Color information

#A660BA (or 0xA660BA) is unknown color: approx Deep Lilac. HEX triplet: A6, 60 and BA. RGB value is (166,96,186). Sum of RGB (Red+Green+Blue) = 166+96+186=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A660BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660BA is #599F45. Grayscale: #7E7E7E. Windows color (decimal): -5873478 or 12214438. OLE color: 12214438.

HSL color Cylindrical-coordinate representation of color #A660BA: hue angle of 286.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A660BA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16696186-
CMYK0.110.4800.27
HSL286.67º39.47%55.29%-
HSV(B)286.67º48.39%72.94%-
XYZ28.7720.0248.8-
YUV127.19161.19155.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 96 (37.89% from 255) = 21.43%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=37.05%
G=21.43%
B=41.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166961860.110.4800.27286.6739.4755.29
HexA660BAB3001B11f2737
Octal24614027213600334374767
Binary101001101100000101110101011110000011011100011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660BA; }

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

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

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

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

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

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

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

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