#A854BA

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

Shades of Deep Lilac #A854BA

Tints of Deep Lilac #A854BA

Color information

#A854BA (or 0xA854BA) is unknown color: approx Deep Lilac. HEX triplet: A8, 54 and BA. RGB value is (168,84,186). Sum of RGB (Red+Green+Blue) = 168+84+186=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A854BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854BA is #57AB45. Grayscale: #787878. Windows color (decimal): -5745478 or 12211368. OLE color: 12211368.

HSL color Cylindrical-coordinate representation of color #A854BA: hue angle of 289.41º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A854BA is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16884186-
CMYK0.100.5500.27
HSL289.41º42.5%52.94%-
HSV(B)289.41º54.84%72.94%-
XYZ28.1818.2148.48-
YUV120.74164.83161.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=38.36%
G=19.18%
B=42.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168841860.100.5500.27289.4142.552.94
HexA854BAA3701B1212a35
Octal25012427212670334415265
Binary101010001010100101110101010110111011011100100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854BA; }

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

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

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

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

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

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

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

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