#A860C0

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

Shades of Deep Lilac #A860C0

Tints of Deep Lilac #A860C0

Color information

#A860C0 (or 0xA860C0) is unknown color: approx Deep Lilac. HEX triplet: A8, 60 and C0. RGB value is (168,96,192). Sum of RGB (Red+Green+Blue) = 168+96+192=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #A860C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860C0 is #579F3F. Grayscale: #808080. Windows color (decimal): -5742400 or 12607656. OLE color: 12607656.

HSL color Cylindrical-coordinate representation of color #A860C0: hue angle of 285º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A860C0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16896192-
CMYK0.120.5000.25
HSL285º43.24%56.47%-
HSV(B)285º50%75.29%-
XYZ29.8520.552.25-
YUV128.47163.85156.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=36.84%
G=21.05%
B=42.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168961920.120.5000.2528543.2456.47
HexA860C0C3201911d2b38
Octal25014030014620314355370
Binary101010001100000110000001100110010011001100011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860C0; }

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

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

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

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

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

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

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

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