#A8139C

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

Shades of Dark Magenta #A8139C

Tints of Dark Magenta #A8139C

Color information

#A8139C (or 0xA8139C) is unknown color: approx Dark Magenta. HEX triplet: A8, 13 and 9C. RGB value is (168,19,156). Sum of RGB (Red+Green+Blue) = 168+19+156=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8139C is #57EC63. Grayscale: #4E4E4E. Windows color (decimal): -5762148 or 10228648. OLE color: 10228648.

HSL color Cylindrical-coordinate representation of color #A8139C: hue angle of 304.83º 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 #A8139C is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16819156-
CMYK00.890.070.34
HSL304.83º79.68%36.67%-
HSV(B)304.83º88.69%65.88%-
XYZ22.3811.1932.43-
YUV79.17171.36191.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 19 (7.81% from 255) = 5.54%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=48.98%
G=5.54%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681915600.890.070.34304.8379.6836.67
HexA8139C0597221315025
Octal25023234013174246112045
Binary101010001001110011100010110011111000101001100011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8139C; }

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

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

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

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

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

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

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

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