#A7129E

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

Shades of Dark Magenta #A7129E

Tints of Dark Magenta #A7129E

Color information

#A7129E (or 0xA7129E) is unknown color: approx Dark Magenta. HEX triplet: A7, 12 and 9E. RGB value is (167,18,158). Sum of RGB (Red+Green+Blue) = 167+18+158=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A7129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7129E is #58ED61. Grayscale: #4E4E4E. Windows color (decimal): -5827938 or 10359463. OLE color: 10359463.

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

Color convert

RGB16718158-
CMYK00.890.050.35
HSL303.62º80.54%36.27%-
HSV(B)303.62º89.22%65.49%-
XYZ22.3211.1233.32-
YUV78.51172.86191.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.69%
GREEN value IS 18 (7.42% from 255) = 5.25%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=48.69%
G=5.25%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671815800.890.050.35303.6280.5436.27
HexA7129E0595231305124
Octal24722236013154346012144
Binary101001111001010011110010110011011000111001100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7129E; }

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

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

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

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

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

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

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

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