#A0378C

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

Shades of Medium Red Violet #A0378C

Tints of Medium Red Violet #A0378C

Color information

#A0378C (or 0xA0378C) is unknown color: approx Medium Red Violet. HEX triplet: A0, 37 and 8C. RGB value is (160,55,140). Sum of RGB (Red+Green+Blue) = 160+55+140=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0378C is #5FC873. Grayscale: #5F5F5F. Windows color (decimal): -6277236 or 9189280. OLE color: 9189280.

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

Color convert

RGB16055140-
CMYK00.660.120.37
HSL311.43º48.84%42.16%-
HSV(B)311.43º65.62%62.75%-
XYZ20.612.126.06-
YUV96.08152.79173.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=45.07%
G=15.49%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605514000.660.120.37311.4348.8442.16
HexA0378C042C25137312a
Octal24067214010214454676152
Binary1010000011011110001100010000101100100101100110111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0378C; }

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

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

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

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

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

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

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

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