#A861B8

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

Shades of Deep Lilac #A861B8

Tints of Deep Lilac #A861B8

Color information

#A861B8 (or 0xA861B8) is unknown color: approx Deep Lilac. HEX triplet: A8, 61 and B8. RGB value is (168,97,184). Sum of RGB (Red+Green+Blue) = 168+97+184=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #A861B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861B8 is #579E47. Grayscale: #7F7F7F. Windows color (decimal): -5742152 or 12083624. OLE color: 12083624.

HSL color Cylindrical-coordinate representation of color #A861B8: hue angle of 288.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A861B8 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16897184-
CMYK0.090.4700.28
HSL288.97º37.99%55.1%-
HSV(B)288.97º47.28%72.16%-
XYZ29.0720.3347.74-
YUV128.15159.52156.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=37.42%
G=21.60%
B=40.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168971840.090.4700.28288.9737.9955.1
HexA861B892F01C1212637
Octal25014127011570344414667
Binary101010001100001101110001001101111011100100100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861B8; }

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

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

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

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

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

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

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

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