#A7129C

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

Shades of Dark Magenta #A7129C

Tints of Dark Magenta #A7129C

Color information

#A7129C (or 0xA7129C) is unknown color: approx Dark Magenta. HEX triplet: A7, 12 and 9C. RGB value is (167,18,156). Sum of RGB (Red+Green+Blue) = 167+18+156=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7129C is #58ED63. Grayscale: #4D4D4D. Windows color (decimal): -5827940 or 10228391. OLE color: 10228391.

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

Color convert

RGB16718156-
CMYK00.890.070.35
HSL304.43º80.54%36.27%-
HSV(B)304.43º89.22%65.49%-
XYZ22.1511.0532.42-
YUV78.28171.86191.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.97%
GREEN value IS 18 (7.42% from 255) = 5.28%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=48.97%
G=5.28%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671815600.890.070.35304.4380.5436.27
HexA7129C0597231305124
Octal24722234013174346012144
Binary101001111001010011100010110011111000111001100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7129C; }

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

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

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

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

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

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

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

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