#A71E99

Color #A71E99 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A71E99

Tints of Medium Red Violet #A71E99

Color information

#A71E99 (or 0xA71E99) is unknown color: approx Medium Red Violet. HEX triplet: A7, 1E and 99. RGB value is (167,30,153). Sum of RGB (Red+Green+Blue) = 167+30+153=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71E99 is #58E166. Grayscale: #545454. Windows color (decimal): -5824871 or 10034855. OLE color: 10034855.

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

Color convert

RGB16730153-
CMYK00.820.080.35
HSL306.13º69.54%38.63%-
HSV(B)306.13º82.04%65.49%-
XYZ22.1511.4431.18-
YUV84.99166.39186.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 30 (12.11% from 255) = 8.57%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=47.71%
G=8.57%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673015300.820.080.35306.1369.5438.63
HexA71E990528231324627
Octal247362310122104346210647
Binary1010011111110100110010101001010001000111001100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71E99; }

 p { color: rgb(167,30,153); }

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

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

 a { background-color: rgb(167,30,153); }

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

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

 span { border-color: rgb(167,30,153); }

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