#A840BB

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

Shades of Deep Lilac #A840BB

Tints of Deep Lilac #A840BB

Color information

#A840BB (or 0xA840BB) is unknown color: approx Deep Lilac. HEX triplet: A8, 40 and BB. RGB value is (168,64,187). Sum of RGB (Red+Green+Blue) = 168+64+187=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #A840BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840BB is #57BF44. Grayscale: #6C6C6C. Windows color (decimal): -5750597 or 12271784. OLE color: 12271784.

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

Color convert

RGB16864187-
CMYK0.100.6600.27
HSL290.73º49%49.22%-
HSV(B)290.73º65.78%73.33%-
XYZ26.9515.5848.6-
YUV109.12171.96170-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=40.10%
G=15.27%
B=44.63%

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
Decimal168641870.100.6600.27290.734949.22
HexA840BBA4201B1233131
Octal250100273121020334436161
Binary1010100010000001011101110101000010011011100100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A840BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A840BB; }

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

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

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

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

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

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

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

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