#A72476

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

Shades of Medium Red Violet #A72476

Tints of Medium Red Violet #A72476

Color information

#A72476 (or 0xA72476) is unknown color: approx Medium Red Violet. HEX triplet: A7, 24 and 76. RGB value is (167,36,118). Sum of RGB (Red+Green+Blue) = 167+36+118=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A72476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72476 is #58DB89. Grayscale: #545454. Windows color (decimal): -5823370 or 7742631. OLE color: 7742631.

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

Color convert

RGB16736118-
CMYK00.780.290.35
HSL322.44º64.53%39.8%-
HSV(B)322.44º78.44%65.49%-
XYZ19.8410.7918.18-
YUV84.52146.9186.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=52.02%
G=11.21%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673611800.780.290.35322.4464.5339.8
HexA7247604E1D231424128
Octal247441660116354350210150
Binary10100111100100111011001001110111011000111010000101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72476; }

 p { color: rgb(167,36,118); }

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

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

 a { background-color: rgb(167,36,118); }

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

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

 span { border-color: rgb(167,36,118); }

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