#A71C9A

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

Shades of Dark Magenta #A71C9A

Tints of Dark Magenta #A71C9A

Color information

#A71C9A (or 0xA71C9A) is unknown color: approx Dark Magenta. HEX triplet: A7, 1C and 9A. RGB value is (167,28,154). Sum of RGB (Red+Green+Blue) = 167+28+154=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71C9A is #58E365. Grayscale: #535353. Windows color (decimal): -5825382 or 10099879. OLE color: 10099879.

HSL color Cylindrical-coordinate representation of color #A71C9A: hue angle of 305.61º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C9A is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16728154-
CMYK00.830.080.35
HSL305.61º71.28%38.24%-
HSV(B)305.61º83.23%65.49%-
XYZ22.1811.3831.6-
YUV83.92167.55187.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=47.85%
G=8.02%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672815400.830.080.35305.6171.2838.24
HexA71C9A0538231324726
Octal247342320123104346210746
Binary1010011111100100110100101001110001000111001100101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71C9A; }

 p { color: rgb(167,28,154); }

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

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

 a { background-color: rgb(167,28,154); }

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

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

 span { border-color: rgb(167,28,154); }

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