#A52E71

Color #A52E71 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A52E71

Tints of Rouge #A52E71

Color information

#A52E71 (or 0xA52E71) is unknown color: approx Rouge. HEX triplet: A5, 2E and 71. RGB value is (165,46,113). Sum of RGB (Red+Green+Blue) = 165+46+113=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E71 is #5AD18E. Grayscale: #595959. Windows color (decimal): -5951887 or 7417509. OLE color: 7417509.

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

Color convert

RGB16546113-
CMYK00.720.320.35
HSL326.22º56.4%41.37%-
HSV(B)326.22º72.12%64.71%-
XYZ19.4711.1516.75-
YUV89.22141.42182.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 46 (18.36% from 255) = 14.20%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=50.93%
G=14.20%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654611300.720.320.35326.2256.441.37
HexA52E7104820231463829
Octal24556161011040435067051
Binary10100101101110111000101001000100000100011101000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E71; }

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

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

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

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

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

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

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

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