#A060BA

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

Shades of Deep Lilac #A060BA

Tints of Deep Lilac #A060BA

Color information

#A060BA (or 0xA060BA) is unknown color: approx Deep Lilac. HEX triplet: A0, 60 and BA. RGB value is (160,96,186). Sum of RGB (Red+Green+Blue) = 160+96+186=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #A060BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060BA is #5F9F45. Grayscale: #7D7D7D. Windows color (decimal): -6266694 or 12214432. OLE color: 12214432.

HSL color Cylindrical-coordinate representation of color #A060BA: hue angle of 282.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 #A060BA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16096186-
CMYK0.140.4800.27
HSL282.67º39.47%55.29%-
HSV(B)282.67º48.39%72.94%-
XYZ27.5419.3848.74-
YUV125.4162.2152.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=36.20%
G=21.72%
B=42.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160961860.140.4800.27282.6739.4755.29
HexA060BAE3001B11b2737
Octal24014027216600334334767
Binary101000001100000101110101110110000011011100011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060BA; }

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

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

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

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

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

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

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

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