#A72F81

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

Shades of Medium Red Violet #A72F81

Tints of Medium Red Violet #A72F81

Color information

#A72F81 (or 0xA72F81) is unknown color: approx Medium Red Violet. HEX triplet: A7, 2F and 81. RGB value is (167,47,129). Sum of RGB (Red+Green+Blue) = 167+47+129=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72F81 is #58D07E. Grayscale: #5C5C5C. Windows color (decimal): -5820543 or 8466343. OLE color: 8466343.

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

Color convert

RGB16747129-
CMYK00.720.230.35
HSL319º56.07%41.96%-
HSV(B)319º71.86%65.49%-
XYZ20.9211.8321.95-
YUV92.23148.76181.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.69%
GREEN value IS 47 (18.75% from 255) = 13.70%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=48.69%
G=13.70%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674712900.720.230.3531956.0741.96
HexA72F81048172313f382a
Octal24757201011027434777052
Binary10100111101111100000010100100010111100011100111111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72F81; }

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

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

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

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

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

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

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

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