#A12786

Color #A12786 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A12786

Tints of Dark Purple #A12786

Color information

#A12786 (or 0xA12786) is unknown color: approx Dark Purple. HEX triplet: A1, 27 and 86. RGB value is (161,39,134). Sum of RGB (Red+Green+Blue) = 161+39+134=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A12786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12786 is #5ED879. Grayscale: #565656. Windows color (decimal): -6215802 or 8791969. OLE color: 8791969.

HSL color Cylindrical-coordinate representation of color #A12786: hue angle of 313.28º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12786 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16139134-
CMYK00.760.170.37
HSL313.28º61%39.22%-
HSV(B)313.28º75.78%63.14%-
XYZ19.7310.7523.59-
YUV86.31154.92181.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 39 (15.62% from 255) = 11.68%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=48.20%
G=11.68%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613913400.760.170.37313.286139.22
HexA1278604C11251393d27
Octal24147206011421454717547
Binary10100001100111100001100100110010001100101100111001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12786; }

 p { color: rgb(161,39,134); }

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

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

 a { background-color: rgb(161,39,134); }

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

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

 span { border-color: rgb(161,39,134); }

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