#A53074

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

Shades of Medium Red Violet #A53074

Tints of Medium Red Violet #A53074

Color information

#A53074 (or 0xA53074) is unknown color: approx Medium Red Violet. HEX triplet: A5, 30 and 74. RGB value is (165,48,116). Sum of RGB (Red+Green+Blue) = 165+48+116=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A53074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53074 is #5ACF8B. Grayscale: #5A5A5A. Windows color (decimal): -5951372 or 7614629. OLE color: 7614629.

HSL color Cylindrical-coordinate representation of color #A53074: hue angle of 325.13º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53074 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16548116-
CMYK00.710.300.35
HSL325.13º54.93%41.76%-
HSV(B)325.13º70.91%64.71%-
XYZ19.7311.3717.68-
YUV90.74142.26180.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=50.15%
G=14.59%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654811600.710.300.35325.1354.9341.76
HexA530740471E23145372a
Octal24560164010736435056752
Binary1010010111000011101000100011111110100011101000101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53074; }

 p { color: rgb(165,48,116); }

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

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

 a { background-color: rgb(165,48,116); }

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

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

 span { border-color: rgb(165,48,116); }

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