#A840BA

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

Shades of Deep Lilac #A840BA

Tints of Deep Lilac #A840BA

Color information

#A840BA (or 0xA840BA) is unknown color: approx Deep Lilac. HEX triplet: A8, 40 and BA. RGB value is (168,64,186). Sum of RGB (Red+Green+Blue) = 168+64+186=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #A840BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840BA is #57BF45. Grayscale: #6C6C6C. Windows color (decimal): -5750598 or 12206248. OLE color: 12206248.

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

Color convert

RGB16864186-
CMYK0.100.6600.27
HSL291.15º48.8%49.02%-
HSV(B)291.15º65.59%72.94%-
XYZ26.8415.5448.04-
YUV109171.46170.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=40.19%
G=15.31%
B=44.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168641860.100.6600.27291.1548.849.02
HexA840BAA4201B1233131
Octal250100272121020334436161
Binary1010100010000001011101010101000010011011100100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A840BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A840BA; }

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

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

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

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

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

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

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

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