#A861BE

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

Shades of Deep Lilac #A861BE

Tints of Deep Lilac #A861BE

Color information

#A861BE (or 0xA861BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 61 and BE. RGB value is (168,97,190). Sum of RGB (Red+Green+Blue) = 168+97+190=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A861BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861BE is #579E41. Grayscale: #808080. Windows color (decimal): -5742146 or 12476840. OLE color: 12476840.

HSL color Cylindrical-coordinate representation of color #A861BE: hue angle of 285.81º 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 #A861BE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16897190-
CMYK0.120.4900.25
HSL285.81º41.7%56.27%-
HSV(B)285.81º48.95%74.51%-
XYZ29.7220.5951.12-
YUV128.83162.52155.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=36.92%
G=21.32%
B=41.76%

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
Decimal168971900.120.4900.25285.8141.756.27
HexA861BEC3101911e2a38
Octal25014127614610314365270
Binary101010001100001101111101100110001011001100011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861BE; }

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

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

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

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

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

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

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

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