#A72D73

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

Shades of Medium Red Violet #A72D73

Tints of Medium Red Violet #A72D73

Color information

#A72D73 (or 0xA72D73) is unknown color: approx Medium Red Violet. HEX triplet: A7, 2D and 73. RGB value is (167,45,115). Sum of RGB (Red+Green+Blue) = 167+45+115=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72D73 is #58D28C. Grayscale: #595959. Windows color (decimal): -5821069 or 7548327. OLE color: 7548327.

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

Color convert

RGB16745115-
CMYK00.730.310.35
HSL325.57º57.55%41.57%-
HSV(B)325.57º73.05%65.49%-
XYZ19.9711.3317.35-
YUV89.46142.42183.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=51.07%
G=13.76%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674511500.730.310.35325.5757.5541.57
HexA72D730491F231463a2a
Octal24755163011137435067252
Binary1010011110110111100110100100111111100011101000110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72D73; }

 p { color: rgb(167,45,115); }

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

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

 a { background-color: rgb(167,45,115); }

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

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

 span { border-color: rgb(167,45,115); }

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