#A84CB9

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

Shades of Deep Lilac #A84CB9

Tints of Deep Lilac #A84CB9

Color information

#A84CB9 (or 0xA84CB9) is unknown color: approx Deep Lilac. HEX triplet: A8, 4C and B9. RGB value is (168,76,185). Sum of RGB (Red+Green+Blue) = 168+76+185=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #A84CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CB9 is #57B346. Grayscale: #737373. Windows color (decimal): -5747527 or 12143784. OLE color: 12143784.

HSL color Cylindrical-coordinate representation of color #A84CB9: hue angle of 290.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84CB9 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16876185-
CMYK0.090.5900.27
HSL290.64º43.78%51.18%-
HSV(B)290.64º58.92%72.55%-
XYZ27.491747.73-
YUV115.93166.98165.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 185 (72.66% from 255) = 43.12%
R=39.16%
G=17.72%
B=43.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168761850.090.5900.27290.6443.7851.18
HexA84CB993B01B1232c33
Octal25011427111730334435463
Binary101010001001100101110011001111011011011100100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84CB9; }

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

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

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

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

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

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

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

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