#A660BE

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

Shades of Deep Lilac #A660BE

Tints of Deep Lilac #A660BE

Color information

#A660BE (or 0xA660BE) is unknown color: approx Deep Lilac. HEX triplet: A6, 60 and BE. RGB value is (166,96,190). Sum of RGB (Red+Green+Blue) = 166+96+190=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A660BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660BE is #599F41. Grayscale: #7F7F7F. Windows color (decimal): -5873474 or 12476582. OLE color: 12476582.

HSL color Cylindrical-coordinate representation of color #A660BE: hue angle of 284.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A660BE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16696190-
CMYK0.130.4900.25
HSL284.68º41.96%56.08%-
HSV(B)284.68º49.47%74.51%-
XYZ29.220.1951.07-
YUV127.65163.19155.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=36.73%
G=21.24%
B=42.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166961900.130.4900.25284.6841.9656.08
HexA660BED3101911d2a38
Octal24614027615610314355270
Binary101001101100000101111101101110001011001100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660BE; }

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

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

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

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

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

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

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

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