#A52E72

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

Shades of Medium Red Violet #A52E72

Tints of Medium Red Violet #A52E72

Color information

#A52E72 (or 0xA52E72) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2E and 72. RGB value is (165,46,114). Sum of RGB (Red+Green+Blue) = 165+46+114=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E72 is #5AD18D. Grayscale: #595959. Windows color (decimal): -5951886 or 7483045. OLE color: 7483045.

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

Color convert

RGB16546114-
CMYK00.720.310.35
HSL325.71º56.4%41.37%-
HSV(B)325.71º72.12%64.71%-
XYZ19.5311.1717.05-
YUV89.33141.92181.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=50.77%
G=14.15%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654611400.720.310.35325.7156.441.37
HexA52E720481F231463829
Octal24556162011037435067051
Binary1010010110111011100100100100011111100011101000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E72; }

 p { color: rgb(165,46,114); }

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

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

 a { background-color: rgb(165,46,114); }

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

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

 span { border-color: rgb(165,46,114); }

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