#A8139F

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

Shades of Dark Magenta #A8139F

Tints of Dark Magenta #A8139F

Color information

#A8139F (or 0xA8139F) is unknown color: approx Dark Magenta. HEX triplet: A8, 13 and 9F. RGB value is (168,19,159). Sum of RGB (Red+Green+Blue) = 168+19+159=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8139F is #57EC60. Grayscale: #4F4F4F. Windows color (decimal): -5762145 or 10425256. OLE color: 10425256.

HSL color Cylindrical-coordinate representation of color #A8139F: hue angle of 303.62º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8139F is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16819159-
CMYK00.890.050.34
HSL303.62º79.68%36.67%-
HSV(B)303.62º88.69%65.88%-
XYZ22.6411.2933.79-
YUV79.51172.86191.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 19 (7.81% from 255) = 5.49%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=48.55%
G=5.49%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681915900.890.050.34303.6279.6836.67
HexA8139F0595221305025
Octal25023237013154246012045
Binary101010001001110011111010110011011000101001100001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8139F; }

 p { color: rgb(168,19,159); }

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

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

 a { background-color: rgb(168,19,159); }

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

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

 span { border-color: rgb(168,19,159); }

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