#A52E7E

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

Shades of Medium Red Violet #A52E7E

Tints of Medium Red Violet #A52E7E

Color information

#A52E7E (or 0xA52E7E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2E and 7E. RGB value is (165,46,126). Sum of RGB (Red+Green+Blue) = 165+46+126=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E7E is #5AD181. Grayscale: #5A5A5A. Windows color (decimal): -5951874 or 8269477. OLE color: 8269477.

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

Color convert

RGB16546126-
CMYK00.720.240.35
HSL319.66º56.4%41.37%-
HSV(B)319.66º72.12%64.71%-
XYZ20.2611.4620.88-
YUV90.7147.92181-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=48.96%
G=13.65%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654612600.720.240.35319.6656.441.37
HexA52E7E04818231403829
Octal24556176011030435007051
Binary1010010110111011111100100100011000100011101000000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E7E; }

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

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

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

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

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

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

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

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