#A72E7B

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

Shades of Medium Red Violet #A72E7B

Tints of Medium Red Violet #A72E7B

Color information

#A72E7B (or 0xA72E7B) is unknown color: approx Medium Red Violet. HEX triplet: A7, 2E and 7B. RGB value is (167,46,123). Sum of RGB (Red+Green+Blue) = 167+46+123=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E7B is #58D184. Grayscale: #5A5A5A. Windows color (decimal): -5820805 or 8072871. OLE color: 8072871.

HSL color Cylindrical-coordinate representation of color #A72E7B: hue angle of 321.82º degrees, saturation: 0.57, 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 #A72E7B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16746123-
CMYK00.720.260.35
HSL321.82º56.81%41.76%-
HSV(B)321.82º72.46%65.49%-
XYZ20.4911.619.9-
YUV90.96146.09182.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 46 (18.36% from 255) = 13.69%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=49.70%
G=13.69%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674612300.720.260.35321.8256.8141.76
HexA72E7B0481A23142392a
Octal24756173011032435027152
Binary1010011110111011110110100100011010100011101000010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72E7B; }

 p { color: rgb(167,46,123); }

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

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

 a { background-color: rgb(167,46,123); }

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

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

 span { border-color: rgb(167,46,123); }

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