#A0387B

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

Shades of Medium Red Violet #A0387B

Tints of Medium Red Violet #A0387B

Color information

#A0387B (or 0xA0387B) is unknown color: approx Medium Red Violet. HEX triplet: A0, 38 and 7B. RGB value is (160,56,123). Sum of RGB (Red+Green+Blue) = 160+56+123=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0387B is #5FC784. Grayscale: #5E5E5E. Windows color (decimal): -6276997 or 8075424. OLE color: 8075424.

HSL color Cylindrical-coordinate representation of color #A0387B: hue angle of 321.35º 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 #A0387B is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16056123-
CMYK00.650.230.37
HSL321.35º48.15%42.35%-
HSV(B)321.35º65%62.75%-
XYZ19.4911.7319.98-
YUV94.73143.96174.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=47.20%
G=16.52%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605612300.650.230.37321.3548.1542.35
HexA0387B0411725141302a
Octal24070173010127455016052
Binary1010000011100011110110100000110111100101101000001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0387B; }

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

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

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

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

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

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

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

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