#A52D7F

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

Shades of Medium Red Violet #A52D7F

Tints of Medium Red Violet #A52D7F

Color information

#A52D7F (or 0xA52D7F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2D and 7F. RGB value is (165,45,127). Sum of RGB (Red+Green+Blue) = 165+45+127=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52D7F is #5AD280. Grayscale: #5A5A5A. Windows color (decimal): -5952129 or 8334757. OLE color: 8334757.

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

Color convert

RGB16545127-
CMYK00.730.230.35
HSL319º57.14%41.18%-
HSV(B)319º72.73%64.71%-
XYZ20.2911.4121.21-
YUV90.23148.76181.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 45 (17.97% from 255) = 13.35%
BLUE value IS 127 (50% from 255) = 37.69%
R=48.96%
G=13.35%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654512700.730.230.3531957.1441.18
HexA52D7F049172313f3929
Octal24555177011127434777151
Binary1010010110110111111110100100110111100011100111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D7F; }

 p { color: rgb(165,45,127); }

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

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

 a { background-color: rgb(165,45,127); }

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

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

 span { border-color: rgb(165,45,127); }

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