#A73F81

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

Shades of Medium Red Violet #A73F81

Tints of Medium Red Violet #A73F81

Color information

#A73F81 (or 0xA73F81) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3F and 81. RGB value is (167,63,129). Sum of RGB (Red+Green+Blue) = 167+63+129=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F81 is #58C07E. Grayscale: #656565. Windows color (decimal): -5816447 or 8470439. OLE color: 8470439.

HSL color Cylindrical-coordinate representation of color #A73F81: hue angle of 321.92º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A73F81 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16763129-
CMYK00.620.230.35
HSL321.92º45.22%45.1%-
HSV(B)321.92º62.28%65.49%-
XYZ21.6813.3622.2-
YUV101.62143.46174.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=46.52%
G=17.55%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676312900.620.230.35321.9245.2245.1
HexA73F8103E17231422d2d
Octal2477720107627435025555
Binary1010011111111110000001011111010111100011101000010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73F81; }

 p { color: rgb(167,63,129); }

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

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

 a { background-color: rgb(167,63,129); }

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

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

 span { border-color: rgb(167,63,129); }

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