#A0378A

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

Shades of Medium Red Violet #A0378A

Tints of Medium Red Violet #A0378A

Color information

#A0378A (or 0xA0378A) is unknown color: approx Medium Red Violet. HEX triplet: A0, 37 and 8A. RGB value is (160,55,138). Sum of RGB (Red+Green+Blue) = 160+55+138=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0378A is #5FC875. Grayscale: #5F5F5F. Windows color (decimal): -6277238 or 9058208. OLE color: 9058208.

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

Color convert

RGB16055138-
CMYK00.660.140.37
HSL312.57º48.84%42.16%-
HSV(B)312.57º65.62%62.75%-
XYZ20.4512.0425.29-
YUV95.86151.79173.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=45.33%
G=15.58%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605513800.660.140.37312.5748.8442.16
HexA0378A042E25139312a
Octal24067212010216454716152
Binary1010000011011110001010010000101110100101100111001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0378A; }

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

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

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

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

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

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

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

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