#A840B9

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

Shades of Deep Lilac #A840B9

Tints of Deep Lilac #A840B9

Color information

#A840B9 (or 0xA840B9) is unknown color: approx Deep Lilac. HEX triplet: A8, 40 and B9. RGB value is (168,64,185). Sum of RGB (Red+Green+Blue) = 168+64+185=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 185 - color contains mainly: blue. Hex color #A840B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840B9 is #57BF46. Grayscale: #6C6C6C. Windows color (decimal): -5750599 or 12140712. OLE color: 12140712.

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

Color convert

RGB16864185-
CMYK0.090.6500.27
HSL291.57º48.59%48.82%-
HSV(B)291.57º65.41%72.55%-
XYZ26.7415.4947.48-
YUV108.89170.96170.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 185 (72.66% from 255) = 44.36%
R=40.29%
G=15.35%
B=44.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168641850.090.6500.27291.5748.5948.82
HexA840B994101B1243131
Octal250100271111010334446161
Binary1010100010000001011100110011000001011011100100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A840B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A840B9; }

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

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

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

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

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

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

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

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