#A71B89

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

Shades of Medium Red Violet #A71B89

Tints of Medium Red Violet #A71B89

Color information

#A71B89 (or 0xA71B89) is unknown color: approx Medium Red Violet. HEX triplet: A7, 1B and 89. RGB value is (167,27,137). Sum of RGB (Red+Green+Blue) = 167+27+137=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71B89 is #58E476. Grayscale: #515151. Windows color (decimal): -5825655 or 8985511. OLE color: 8985511.

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

Color convert

RGB16727137-
CMYK00.840.180.35
HSL312.86º72.16%38.04%-
HSV(B)312.86º83.83%65.49%-
XYZ20.8410.8124.65-
YUV81.4159.38189.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 27 (10.94% from 255) = 8.16%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=50.45%
G=8.16%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672713700.840.180.35312.8672.1638.04
HexA71B8905412231394826
Octal247332110124224347111046
Binary10100111110111000100101010100100101000111001110011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71B89; }

 p { color: rgb(167,27,137); }

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

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

 a { background-color: rgb(167,27,137); }

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

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

 span { border-color: rgb(167,27,137); }

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