#A03C7C

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

Shades of Medium Red Violet #A03C7C

Tints of Medium Red Violet #A03C7C

Color information

#A03C7C (or 0xA03C7C) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3C and 7C. RGB value is (160,60,124). Sum of RGB (Red+Green+Blue) = 160+60+124=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03C7C is #5FC383. Grayscale: #616161. Windows color (decimal): -6275972 or 8141984. OLE color: 8141984.

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

Color convert

RGB16060124-
CMYK00.620.220.37
HSL321.6º45.45%43.14%-
HSV(B)321.6º62.5%62.75%-
XYZ19.7512.1620.38-
YUV97.2143.13172.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 60 (23.83% from 255) = 17.44%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=46.51%
G=17.44%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606012400.620.220.37321.645.4543.14
HexA03C7C03E16251422d2b
Octal2407417407626455025553
Binary101000001111001111100011111010110100101101000010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03C7C; }

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

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

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

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

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

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

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

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