#A72482

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

Shades of Medium Red Violet #A72482

Tints of Medium Red Violet #A72482

Color information

#A72482 (or 0xA72482) is unknown color: approx Medium Red Violet. HEX triplet: A7, 24 and 82. RGB value is (167,36,130). Sum of RGB (Red+Green+Blue) = 167+36+130=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A72482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72482 is #58DB7D. Grayscale: #555555. Windows color (decimal): -5823358 or 8529063. OLE color: 8529063.

HSL color Cylindrical-coordinate representation of color #A72482: hue angle of 316.95º 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 #A72482 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16736130-
CMYK00.780.220.35
HSL316.95º64.53%39.8%-
HSV(B)316.95º78.44%65.49%-
XYZ20.611.0922.17-
YUV85.88152.9185.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=50.15%
G=10.81%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673613000.780.220.35316.9564.5339.8
HexA7248204E162313d4128
Octal247442020116264347510150
Binary101001111001001000001001001110101101000111001111011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72482; }

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

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

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

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

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

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

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

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