#A845BA

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

Shades of Deep Lilac #A845BA

Tints of Deep Lilac #A845BA

Color information

#A845BA (or 0xA845BA) is unknown color: approx Deep Lilac. HEX triplet: A8, 45 and BA. RGB value is (168,69,186). Sum of RGB (Red+Green+Blue) = 168+69+186=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #A845BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845BA is #57BA45. Grayscale: #6F6F6F. Windows color (decimal): -5749318 or 12207528. OLE color: 12207528.

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

Color convert

RGB16869186-
CMYK0.100.6300.27
HSL290.77º45.88%50%-
HSV(B)290.77º62.9%72.94%-
XYZ27.1416.1348.14-
YUV111.94169.8167.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=39.72%
G=16.31%
B=43.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168691860.100.6300.27290.7745.8850
HexA845BAA3F01B1232e32
Octal25010527212770334435662
Binary101010001000101101110101010111111011011100100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845BA; }

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

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

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

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

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

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

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

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