#a53c78

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

Shades of Medium Red Violet #A53C78

Tints of Medium Red Violet #A53C78

Color information

#A53C78 (or 0xA53C78) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3C and 78. RGB value is (165,60,120). Sum of RGB (Red+Green+Blue) = 165+60+120=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C78 is #5AC387. Grayscale: #626262. Windows color (decimal): -5948296 or 7879845. OLE color: 7879845.

HSL color Cylindrical-coordinate representation of color #A53C78: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53C78 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16560120-
CMYK00.640.270.35
HSL325.71º46.67%44.12%-
HSV(B)325.71º63.64%64.71%-
XYZ20.5212.5919.12-
YUV98.24140.29175.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=47.83%
G=17.39%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656012000.640.270.35325.7146.6744.12
HexA53C780401B231462f2c
Octal24574170010033435065754
Binary1010010111110011110000100000011011100011101000110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53c78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53c78; }

 p { color: rgb(165,60,120); }

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

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

 a { background-color: rgb(165,60,120); }

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

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

 span { border-color: rgb(165,60,120); }

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