#A0378F

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

Shades of Medium Red Violet #A0378F

Tints of Medium Red Violet #A0378F

Color information

#A0378F (or 0xA0378F) is unknown color: approx Medium Red Violet. HEX triplet: A0, 37 and 8F. RGB value is (160,55,143). Sum of RGB (Red+Green+Blue) = 160+55+143=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0378F is #5FC870. Grayscale: #606060. Windows color (decimal): -6277233 or 9385888. OLE color: 9385888.

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

Color convert

RGB16055143-
CMYK00.660.110.37
HSL309.71º48.84%42.16%-
HSV(B)309.71º65.62%62.75%-
XYZ20.8212.1927.24-
YUV96.43154.29173.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 55 (21.88% from 255) = 15.36%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=44.69%
G=15.36%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605514300.660.110.37309.7148.8442.16
HexA0378F042B25136312a
Octal24067217010213454666152
Binary1010000011011110001111010000101011100101100110110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0378F; }

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

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

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

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

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

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

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

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