#A52F7F

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

Shades of Medium Red Violet #A52F7F

Tints of Medium Red Violet #A52F7F

Color information

#A52F7F (or 0xA52F7F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2F and 7F. RGB value is (165,47,127). Sum of RGB (Red+Green+Blue) = 165+47+127=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52F7F is #5AD080. Grayscale: #5B5B5B. Windows color (decimal): -5951617 or 8335269. OLE color: 8335269.

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

Color convert

RGB16547127-
CMYK00.720.230.35
HSL319.32º55.66%41.57%-
HSV(B)319.32º71.52%64.71%-
XYZ20.3611.5621.24-
YUV91.4148.09180.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 47 (18.75% from 255) = 13.86%
BLUE value IS 127 (50% from 255) = 37.46%
R=48.67%
G=13.86%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654712700.720.230.35319.3255.6641.57
HexA52F7F048172313f382a
Octal24557177011027434777052
Binary1010010110111111111110100100010111100011100111111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52F7F; }

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

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

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

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

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

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

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

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