#A8129D

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

Shades of Dark Magenta #A8129D

Tints of Dark Magenta #A8129D

Color information

#A8129D (or 0xA8129D) is unknown color: approx Dark Magenta. HEX triplet: A8, 12 and 9D. RGB value is (168,18,157). Sum of RGB (Red+Green+Blue) = 168+18+157=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8129D is #57ED62. Grayscale: #4E4E4E. Windows color (decimal): -5762403 or 10293928. OLE color: 10293928.

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

Color convert

RGB16818157-
CMYK00.890.070.34
HSL304.4º80.65%36.47%-
HSV(B)304.4º89.29%65.88%-
XYZ22.4511.1932.88-
YUV78.7172.2191.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 18 (7.42% from 255) = 5.25%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=48.98%
G=5.25%
B=45.77%

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
Decimal1681815700.890.070.34304.480.6536.47
HexA8129D0597221305124
Octal25022235013174246012144
Binary101010001001010011101010110011111000101001100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8129D; }

 p { color: rgb(168,18,157); }

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

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

 a { background-color: rgb(168,18,157); }

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

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

 span { border-color: rgb(168,18,157); }

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