#A041BA

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

Shades of Deep Lilac #A041BA

Tints of Deep Lilac #A041BA

Color information

#A041BA (or 0xA041BA) is unknown color: approx Deep Lilac. HEX triplet: A0, 41 and BA. RGB value is (160,65,186). Sum of RGB (Red+Green+Blue) = 160+65+186=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 65 (25.78% from 255 or 15.82% 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 #A041BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041BA is #5FBE45. Grayscale: #6A6A6A. Windows color (decimal): -6274630 or 12206496. OLE color: 12206496.

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

Color convert

RGB16065186-
CMYK0.140.6500.27
HSL287.11º48.21%49.22%-
HSV(B)287.11º65.05%72.94%-
XYZ25.2514.847.98-
YUV107.2172.47165.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=38.93%
G=15.82%
B=45.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160651860.140.6500.27287.1148.2149.22
HexA041BAE4101B11f3031
Octal240101272161010334376061
Binary1010000010000011011101011101000001011011100011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A041BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A041BA; }

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

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

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

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

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

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

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

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