#A52E79

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

Shades of Medium Red Violet #A52E79

Tints of Medium Red Violet #A52E79

Color information

#A52E79 (or 0xA52E79) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2E and 79. RGB value is (165,46,121). Sum of RGB (Red+Green+Blue) = 165+46+121=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E79 is #5AD186. Grayscale: #595959. Windows color (decimal): -5951879 or 7941797. OLE color: 7941797.

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

Color convert

RGB16546121-
CMYK00.720.270.35
HSL322.18º56.4%41.37%-
HSV(B)322.18º72.12%64.71%-
XYZ19.9511.3319.23-
YUV90.13145.42181.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 46 (18.36% from 255) = 13.86%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=49.70%
G=13.86%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654612100.720.270.35322.1856.441.37
HexA52E790481B231423829
Octal24556171011033435027051
Binary1010010110111011110010100100011011100011101000010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E79; }

 p { color: rgb(165,46,121); }

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

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

 a { background-color: rgb(165,46,121); }

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

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

 span { border-color: rgb(165,46,121); }

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