#A061BA

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

Shades of Deep Lilac #A061BA

Tints of Deep Lilac #A061BA

Color information

#A061BA (or 0xA061BA) is unknown color: approx Deep Lilac. HEX triplet: A0, 61 and BA. RGB value is (160,97,186). Sum of RGB (Red+Green+Blue) = 160+97+186=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #A061BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061BA is #5F9E45. Grayscale: #7D7D7D. Windows color (decimal): -6266438 or 12214688. OLE color: 12214688.

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

Color convert

RGB16097186-
CMYK0.140.4800.27
HSL282.47º39.21%55.49%-
HSV(B)282.47º47.85%72.94%-
XYZ27.6319.5748.77-
YUV125.98161.87152.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=36.12%
G=21.90%
B=41.99%

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
Decimal160971860.140.4800.27282.4739.2155.49
HexA061BAE3001B11a2737
Octal24014127216600334324767
Binary101000001100001101110101110110000011011100011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061BA; }

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

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

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

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

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

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

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

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