#A52C82

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

Shades of Medium Red Violet #A52C82

Tints of Medium Red Violet #A52C82

Color information

#A52C82 (or 0xA52C82) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2C and 82. RGB value is (165,44,130). Sum of RGB (Red+Green+Blue) = 165+44+130=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52C82 is #5AD37D. Grayscale: #595959. Windows color (decimal): -5952382 or 8531109. OLE color: 8531109.

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

Color convert

RGB16544130-
CMYK00.730.210.35
HSL317.36º57.89%40.98%-
HSV(B)317.36º73.33%64.71%-
XYZ20.4511.4122.24-
YUV89.98150.59181.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 44 (17.58% from 255) = 12.98%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=48.67%
G=12.98%
B=38.35%

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
Decimal1654413000.730.210.35317.3657.8940.98
HexA52C82049152313d3a29
Octal24554202011125434757251
Binary10100101101100100000100100100110101100011100111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C82; }

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

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

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

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

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

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

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

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