#A71993

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

Shades of Dark Magenta #A71993

Tints of Dark Magenta #A71993

Color information

#A71993 (or 0xA71993) is unknown color: approx Dark Magenta. HEX triplet: A7, 19 and 93. RGB value is (167,25,147). Sum of RGB (Red+Green+Blue) = 167+25+147=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A71993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71993 is #58E66C. Grayscale: #515151. Windows color (decimal): -5826157 or 9640359. OLE color: 9640359.

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

Color convert

RGB16725147-
CMYK00.850.120.35
HSL308.45º73.96%37.65%-
HSV(B)308.45º85.03%65.49%-
XYZ21.5511.0228.59-
YUV81.37165.04189.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 25 (10.16% from 255) = 7.37%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=49.26%
G=7.37%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672514700.850.120.35308.4573.9637.65
HexA71993055C231344a26
Octal247312230125144346411246
Binary1010011111001100100110101010111001000111001101001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71993; }

 p { color: rgb(167,25,147); }

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

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

 a { background-color: rgb(167,25,147); }

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

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

 span { border-color: rgb(167,25,147); }

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