#A861BD

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

Shades of Deep Lilac #A861BD

Tints of Deep Lilac #A861BD

Color information

#A861BD (or 0xA861BD) is unknown color: approx Deep Lilac. HEX triplet: A8, 61 and BD. RGB value is (168,97,189). Sum of RGB (Red+Green+Blue) = 168+97+189=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A861BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861BD is #579E42. Grayscale: #808080. Windows color (decimal): -5742147 or 12411304. OLE color: 12411304.

HSL color Cylindrical-coordinate representation of color #A861BD: hue angle of 286.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A861BD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16897189-
CMYK0.110.4900.26
HSL286.3º41.07%56.08%-
HSV(B)286.3º48.68%74.12%-
XYZ29.6120.5550.55-
YUV128.72162.02156.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=37.00%
G=21.37%
B=41.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168971890.110.4900.26286.341.0756.08
HexA861BDB3101A11e2938
Octal25014127513610324365170
Binary101010001100001101111011011110001011010100011110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861BD; }

 p { color: rgb(168,97,189); }

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

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

 a { background-color: rgb(168,97,189); }

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

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

 span { border-color: rgb(168,97,189); }

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