#A52D82

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

Shades of Medium Red Violet #A52D82

Tints of Medium Red Violet #A52D82

Color information

#A52D82 (or 0xA52D82) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2D and 82. RGB value is (165,45,130). Sum of RGB (Red+Green+Blue) = 165+45+130=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52D82 is #5AD27D. Grayscale: #5A5A5A. Windows color (decimal): -5952126 or 8531365. OLE color: 8531365.

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

Color convert

RGB16545130-
CMYK00.730.210.35
HSL317.5º57.14%41.18%-
HSV(B)317.5º72.73%64.71%-
XYZ20.4811.4922.26-
YUV90.57150.26181.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 45 (17.97% from 255) = 13.24%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=48.53%
G=13.24%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654513000.730.210.35317.557.1441.18
HexA52D82049152313e3929
Octal24555202011125434767151
Binary10100101101101100000100100100110101100011100111110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D82; }

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

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

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

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

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

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

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

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