#A7187C

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

Shades of Medium Violet Red #A7187C

Tints of Medium Violet Red #A7187C

Color information

#A7187C (or 0xA7187C) is unknown color: approx Medium Violet Red. HEX triplet: A7, 18 and 7C. RGB value is (167,24,124). Sum of RGB (Red+Green+Blue) = 167+24+124=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7187C is #58E783. Grayscale: #4D4D4D. Windows color (decimal): -5826436 or 8132775. OLE color: 8132775.

HSL color Cylindrical-coordinate representation of color #A7187C: hue angle of 318.04º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7187C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16724124-
CMYK00.860.260.35
HSL318.04º74.87%37.45%-
HSV(B)318.04º85.63%65.49%-
XYZ19.910.3220.01-
YUV78.16153.88191.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=53.02%
G=7.62%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672412400.860.260.35318.0474.8737.45
HexA7187C0561A2313e4b25
Octal247301740126324347611345
Binary1010011111000111110001010110110101000111001111101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7187C; }

 p { color: rgb(167,24,124); }

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

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

 a { background-color: rgb(167,24,124); }

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

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

 span { border-color: rgb(167,24,124); }

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