#A140BA

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

Shades of Deep Lilac #A140BA

Tints of Deep Lilac #A140BA

Color information

#A140BA (or 0xA140BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 40 and BA. RGB value is (161,64,186). Sum of RGB (Red+Green+Blue) = 161+64+186=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A140BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140BA is #5EBF45. Grayscale: #6A6A6A. Windows color (decimal): -6209350 or 12206241. OLE color: 12206241.

HSL color Cylindrical-coordinate representation of color #A140BA: hue angle of 287.7º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A140BA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16164186-
CMYK0.130.6600.27
HSL287.7º48.8%49.02%-
HSV(B)287.7º65.59%72.94%-
XYZ25.3914.7947.97-
YUV106.91172.64166.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=39.17%
G=15.57%
B=45.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161641860.130.6600.27287.748.849.02
HexA140BAD4201B1203131
Octal241100272151020334406161
Binary1010000110000001011101011011000010011011100100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A140BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A140BA; }

 p { color: rgb(161,64,186); }

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

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

 a { background-color: rgb(161,64,186); }

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

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

 span { border-color: rgb(161,64,186); }

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