#A940BA

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

Shades of Deep Lilac #A940BA

Tints of Deep Lilac #A940BA

Color information

#A940BA (or 0xA940BA) is unknown color: approx Deep Lilac. HEX triplet: A9, 40 and BA. RGB value is (169,64,186). Sum of RGB (Red+Green+Blue) = 169+64+186=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #A940BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940BA is #56BF45. Grayscale: #6C6C6C. Windows color (decimal): -5685062 or 12206249. OLE color: 12206249.

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

Color convert

RGB16964186-
CMYK0.090.6600.27
HSL291.64º48.8%49.02%-
HSV(B)291.64º65.59%72.94%-
XYZ27.0615.6548.05-
YUV109.3171.29170.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=40.33%
G=15.27%
B=44.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169641860.090.6600.27291.6448.849.02
HexA940BA94201B1243131
Octal251100272111020334446161
Binary1010100110000001011101010011000010011011100100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A940BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A940BA; }

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

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

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

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

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

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

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

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