#A860BE

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

Shades of Deep Lilac #A860BE

Tints of Deep Lilac #A860BE

Color information

#A860BE (or 0xA860BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 60 and BE. RGB value is (168,96,190). Sum of RGB (Red+Green+Blue) = 168+96+190=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A860BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860BE is #579F41. Grayscale: #7F7F7F. Windows color (decimal): -5742402 or 12476584. OLE color: 12476584.

HSL color Cylindrical-coordinate representation of color #A860BE: hue angle of 285.96º 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 #A860BE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16896190-
CMYK0.120.4900.25
HSL285.96º41.96%56.08%-
HSV(B)285.96º49.47%74.51%-
XYZ29.6320.4151.09-
YUV128.24162.85156.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=37.00%
G=21.15%
B=41.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168961900.120.4900.25285.9641.9656.08
HexA860BEC3101911e2a38
Octal25014027614610314365270
Binary101010001100000101111101100110001011001100011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860BE; }

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

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

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

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

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

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

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

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