#A01986

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

Shades of Dark Purple #A01986

Tints of Dark Purple #A01986

Color information

#A01986 (or 0xA01986) is unknown color: approx Dark Purple. HEX triplet: A0, 19 and 86. RGB value is (160,25,134). Sum of RGB (Red+Green+Blue) = 160+25+134=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A01986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01986 is #5FE679. Grayscale: #4D4D4D. Windows color (decimal): -6284922 or 8788384. OLE color: 8788384.

HSL color Cylindrical-coordinate representation of color #A01986: hue angle of 311.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01986 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB16025134-
CMYK00.840.160.37
HSL311.56º72.97%36.27%-
HSV(B)311.56º84.38%62.75%-
XYZ19.159.8923.45-
YUV77.79159.73186.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=50.16%
G=7.84%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602513400.840.160.37311.5672.9736.27
HexA0198605410251384924
Octal240312060124204547011144
Binary10100000110011000011001010100100001001011001110001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01986; }

 p { color: rgb(160,25,134); }

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

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

 a { background-color: rgb(160,25,134); }

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

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

 span { border-color: rgb(160,25,134); }

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