#A0317C

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

Shades of Medium Red Violet #A0317C

Tints of Medium Red Violet #A0317C

Color information

#A0317C (or 0xA0317C) is unknown color: approx Medium Red Violet. HEX triplet: A0, 31 and 7C. RGB value is (160,49,124). Sum of RGB (Red+Green+Blue) = 160+49+124=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0317C is #5FCE83. Grayscale: #5A5A5A. Windows color (decimal): -6278788 or 8139168. OLE color: 8139168.

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

Color convert

RGB16049124-
CMYK00.690.220.37
HSL319.46º53.11%40.98%-
HSV(B)319.46º69.38%62.75%-
XYZ19.2311.1320.2-
YUV90.74146.77177.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 49 (19.53% from 255) = 14.71%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=48.05%
G=14.71%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604912400.690.220.37319.4653.1140.98
HexA0317C045162513f3529
Octal24061174010526454776551
Binary1010000011000111111000100010110110100101100111111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0317C; }

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

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

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

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

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

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

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

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