#A52E78

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

Shades of Medium Red Violet #A52E78

Tints of Medium Red Violet #A52E78

Color information

#A52E78 (or 0xA52E78) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2E and 78. RGB value is (165,46,120). Sum of RGB (Red+Green+Blue) = 165+46+120=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E78 is #5AD187. Grayscale: #595959. Windows color (decimal): -5951880 or 7876261. OLE color: 7876261.

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

Color convert

RGB16546120-
CMYK00.720.270.35
HSL322.69º56.4%41.37%-
HSV(B)322.69º72.12%64.71%-
XYZ19.8811.3118.9-
YUV90.02144.92181.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=49.85%
G=13.90%
B=36.25%

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
Decimal1654612000.720.270.35322.6956.441.37
HexA52E780481B231433829
Octal24556170011033435037051
Binary1010010110111011110000100100011011100011101000011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E78; }

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

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

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

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

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

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

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

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