#A71189

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

Shades of Medium Violet Red #A71189

Tints of Medium Violet Red #A71189

Color information

#A71189 (or 0xA71189) is unknown color: approx Medium Violet Red. HEX triplet: A7, 11 and 89. RGB value is (167,17,137). Sum of RGB (Red+Green+Blue) = 167+17+137=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A71189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71189 is #58EE76. Grayscale: #4B4B4B. Windows color (decimal): -5828215 or 8982951. OLE color: 8982951.

HSL color Cylindrical-coordinate representation of color #A71189: hue angle of 312º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71189 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16717137-
CMYK00.900.180.35
HSL312º81.52%36.08%-
HSV(B)312º89.82%65.49%-
XYZ20.6510.4224.59-
YUV75.53162.7193.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=52.02%
G=5.30%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671713700.900.180.3531281.5236.08
HexA7118905A12231385224
Octal247212110132224347012244
Binary10100111100011000100101011010100101000111001110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71189; }

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

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

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

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

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

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

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

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