#A7129D

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

Shades of Dark Magenta #A7129D

Tints of Dark Magenta #A7129D

Color information

#A7129D (or 0xA7129D) is unknown color: approx Dark Magenta. HEX triplet: A7, 12 and 9D. RGB value is (167,18,157). Sum of RGB (Red+Green+Blue) = 167+18+157=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A7129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7129D is #58ED62. Grayscale: #4D4D4D. Windows color (decimal): -5827939 or 10293927. OLE color: 10293927.

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

Color convert

RGB16718157-
CMYK00.890.060.35
HSL304.03º80.54%36.27%-
HSV(B)304.03º89.22%65.49%-
XYZ22.2411.0832.87-
YUV78.4172.36191.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.83%
GREEN value IS 18 (7.42% from 255) = 5.26%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=48.83%
G=5.26%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671815700.890.060.35304.0380.5436.27
HexA7129D0596231305124
Octal24722235013164346012144
Binary101001111001010011101010110011101000111001100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7129D; }

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

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

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

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

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

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

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

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