#A71297

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

Shades of Dark Magenta #A71297

Tints of Dark Magenta #A71297

Color information

#A71297 (or 0xA71297) is unknown color: approx Dark Magenta. HEX triplet: A7, 12 and 97. RGB value is (167,18,151). Sum of RGB (Red+Green+Blue) = 167+18+151=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A71297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71297 is #58ED68. Grayscale: #4D4D4D. Windows color (decimal): -5827945 or 9900711. OLE color: 9900711.

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

Color convert

RGB16718151-
CMYK00.890.100.35
HSL306.44º80.54%36.27%-
HSV(B)306.44º89.22%65.49%-
XYZ21.7410.8830.23-
YUV77.71169.36191.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 18 (7.42% from 255) = 5.36%
BLUE value IS 151 (59.38% from 255) = 44.94%
R=49.70%
G=5.36%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671815100.890.100.35306.4480.5436.27
HexA71297059A231325124
Octal247222270131124346212144
Binary1010011110010100101110101100110101000111001100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71297; }

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

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

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

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

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

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

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

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