#A52F84

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

Shades of Medium Red Violet #A52F84

Tints of Medium Red Violet #A52F84

Color information

#A52F84 (or 0xA52F84) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2F and 84. RGB value is (165,47,132). Sum of RGB (Red+Green+Blue) = 165+47+132=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52F84 is #5AD07B. Grayscale: #5B5B5B. Windows color (decimal): -5951612 or 8662949. OLE color: 8662949.

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

Color convert

RGB16547132-
CMYK00.720.200.35
HSL316.78º55.66%41.57%-
HSV(B)316.78º71.52%64.71%-
XYZ20.711.723-
YUV91.97150.59180.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 47 (18.75% from 255) = 13.66%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=47.97%
G=13.66%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654713200.720.200.35316.7855.6641.57
HexA52F84048142313d382a
Octal24557204011024434757052
Binary10100101101111100001000100100010100100011100111101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52F84; }

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

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

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

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

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

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

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

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