#A660BB

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

Shades of Deep Lilac #A660BB

Tints of Deep Lilac #A660BB

Color information

#A660BB (or 0xA660BB) is unknown color: approx Deep Lilac. HEX triplet: A6, 60 and BB. RGB value is (166,96,187). Sum of RGB (Red+Green+Blue) = 166+96+187=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #A660BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660BB is #599F44. Grayscale: #7F7F7F. Windows color (decimal): -5873477 or 12279974. OLE color: 12279974.

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

Color convert

RGB16696187-
CMYK0.110.4900.27
HSL286.15º40.09%55.49%-
HSV(B)286.15º48.66%73.33%-
XYZ28.8820.0649.36-
YUV127.3161.69155.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=36.97%
G=21.38%
B=41.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166961870.110.4900.27286.1540.0955.49
HexA660BBB3101B11e2837
Octal24614027313610334365067
Binary101001101100000101110111011110001011011100011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660BB; }

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

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

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

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

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

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

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

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