#A861BF

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

Shades of Deep Lilac #A861BF

Tints of Deep Lilac #A861BF

Color information

#A861BF (or 0xA861BF) is unknown color: approx Deep Lilac. HEX triplet: A8, 61 and BF. RGB value is (168,97,191). Sum of RGB (Red+Green+Blue) = 168+97+191=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A861BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861BF is #579E40. Grayscale: #808080. Windows color (decimal): -5742145 or 12542376. OLE color: 12542376.

HSL color Cylindrical-coordinate representation of color #A861BF: hue angle of 285.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A861BF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16897191-
CMYK0.120.4900.25
HSL285.32º42.34%56.47%-
HSV(B)285.32º49.21%74.9%-
XYZ29.8320.6451.7-
YUV128.94163.02155.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 191 (75% from 255) = 41.89%
R=36.84%
G=21.27%
B=41.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168971910.120.4900.25285.3242.3456.47
HexA861BFC3101911d2a38
Octal25014127714610314355270
Binary101010001100001101111111100110001011001100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861BF; }

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

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

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

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

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

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

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

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