#a0387c

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

Shades of Medium Red Violet #A0387C

Tints of Medium Red Violet #A0387C

Color information

#A0387C (or 0xA0387C) is unknown color: approx Medium Red Violet. HEX triplet: A0, 38 and 7C. RGB value is (160,56,124). Sum of RGB (Red+Green+Blue) = 160+56+124=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0387C is #5FC783. Grayscale: #5E5E5E. Windows color (decimal): -6276996 or 8140960. OLE color: 8140960.

HSL color Cylindrical-coordinate representation of color #A0387C: hue angle of 320.77º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0387C is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16056124-
CMYK00.650.220.37
HSL320.77º48.15%42.35%-
HSV(B)320.77º65%62.75%-
XYZ19.5511.7620.31-
YUV94.85144.46174.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=47.06%
G=16.47%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605612400.650.220.37320.7748.1542.35
HexA0387C0411625141302a
Octal24070174010126455016052
Binary1010000011100011111000100000110110100101101000001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0387c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0387c; }

 p { color: rgb(160,56,124); }

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

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

 a { background-color: rgb(160,56,124); }

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

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

 span { border-color: rgb(160,56,124); }

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