#A8187C

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

Shades of Medium Violet Red #A8187C

Tints of Medium Violet Red #A8187C

Color information

#A8187C (or 0xA8187C) is unknown color: approx Medium Violet Red. HEX triplet: A8, 18 and 7C. RGB value is (168,24,124). Sum of RGB (Red+Green+Blue) = 168+24+124=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8187C is #57E783. Grayscale: #4E4E4E. Windows color (decimal): -5760900 or 8132776. OLE color: 8132776.

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

Color convert

RGB16824124-
CMYK00.860.260.34
HSL318.33º75%37.65%-
HSV(B)318.33º85.71%65.88%-
XYZ20.1110.4320.02-
YUV78.46153.71191.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=53.16%
G=7.59%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682412400.860.260.34318.337537.65
HexA8187C0561A2213e4b26
Octal250301740126324247611346
Binary1010100011000111110001010110110101000101001111101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8187C; }

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

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

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

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

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

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

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

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