#A0318A

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

Shades of Medium Red Violet #A0318A

Tints of Medium Red Violet #A0318A

Color information

#A0318A (or 0xA0318A) is unknown color: approx Medium Red Violet. HEX triplet: A0, 31 and 8A. RGB value is (160,49,138). Sum of RGB (Red+Green+Blue) = 160+49+138=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A0318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0318A is #5FCE75. Grayscale: #5C5C5C. Windows color (decimal): -6278774 or 9056672. OLE color: 9056672.

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

Color convert

RGB16049138-
CMYK00.690.140.37
HSL311.89º53.11%40.98%-
HSV(B)311.89º69.38%62.75%-
XYZ20.1811.5125.2-
YUV92.34153.77176.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 49 (19.53% from 255) = 14.12%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=46.11%
G=14.12%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604913800.690.140.37311.8953.1140.98
HexA0318A045E251383529
Octal24061212010516454706551
Binary1010000011000110001010010001011110100101100111000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0318A; }

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

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

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

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

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

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

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

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