#A861BC

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

Shades of Deep Lilac #A861BC

Tints of Deep Lilac #A861BC

Color information

#A861BC (or 0xA861BC) is unknown color: approx Deep Lilac. HEX triplet: A8, 61 and BC. RGB value is (168,97,188). Sum of RGB (Red+Green+Blue) = 168+97+188=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #A861BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861BC is #579E43. Grayscale: #808080. Windows color (decimal): -5742148 or 12345768. OLE color: 12345768.

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

Color convert

RGB16897188-
CMYK0.110.4800.26
HSL286.81º40.44%55.88%-
HSV(B)286.81º48.4%73.73%-
XYZ29.520.5149.98-
YUV128.6161.52156.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=37.09%
G=21.41%
B=41.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168971880.110.4800.26286.8140.4455.88
HexA861BCB3001A11f2838
Octal25014127413600324375070
Binary101010001100001101111001011110000011010100011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861BC; }

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

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

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

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

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

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

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

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