#A82D72

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

Shades of Medium Red Violet #A82D72

Tints of Medium Red Violet #A82D72

Color information

#A82D72 (or 0xA82D72) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2D and 72. RGB value is (168,45,114). Sum of RGB (Red+Green+Blue) = 168+45+114=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D72 is #57D28D. Grayscale: #595959. Windows color (decimal): -5755534 or 7482792. OLE color: 7482792.

HSL color Cylindrical-coordinate representation of color #A82D72: hue angle of 326.34º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D72 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16845114-
CMYK00.730.320.34
HSL326.34º57.75%41.76%-
HSV(B)326.34º73.21%65.88%-
XYZ20.1211.4217.06-
YUV89.64141.75183.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=51.38%
G=13.76%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684511400.730.320.34326.3457.7541.76
HexA82D7204920221463a2a
Octal25055162011140425067252
Binary10101000101101111001001001001100000100010101000110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82D72; }

 p { color: rgb(168,45,114); }

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

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

 a { background-color: rgb(168,45,114); }

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

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

 span { border-color: rgb(168,45,114); }

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