#A861C4

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

Shades of Deep Lilac #A861C4

Tints of Deep Lilac #A861C4

Color information

#A861C4 (or 0xA861C4) is unknown color: approx Deep Lilac. HEX triplet: A8, 61 and C4. RGB value is (168,97,196). Sum of RGB (Red+Green+Blue) = 168+97+196=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #A861C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861C4 is #579E3B. Grayscale: #818181. Windows color (decimal): -5742140 or 12870056. OLE color: 12870056.

HSL color Cylindrical-coordinate representation of color #A861C4: hue angle of 283.03º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A861C4 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16897196-
CMYK0.140.5100.23
HSL283.03º45.62%57.45%-
HSV(B)283.03º50.51%76.86%-
XYZ30.3920.8654.65-
YUV129.51165.52155.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 196 (76.95% from 255) = 42.52%
R=36.44%
G=21.04%
B=42.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168971960.140.5100.23283.0345.6257.45
HexA861C4E3301711b2e39
Octal25014130416630274335671
Binary101010001100001110001001110110011010111100011011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861C4; }

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

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

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

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

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

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

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

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