#A53F71

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

Shades of Rouge #A53F71

Tints of Rouge #A53F71

Color information

#A53F71 (or 0xA53F71) is unknown color: approx Rouge. HEX triplet: A5, 3F and 71. RGB value is (165,63,113). Sum of RGB (Red+Green+Blue) = 165+63+113=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53F71 is #5AC08E. Grayscale: #636363. Windows color (decimal): -5947535 or 7421861. OLE color: 7421861.

HSL color Cylindrical-coordinate representation of color #A53F71: hue angle of 330.59º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53F71 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16563113-
CMYK00.620.320.35
HSL330.59º44.74%44.71%-
HSV(B)330.59º61.82%64.71%-
XYZ20.2812.7517.01-
YUV99.2135.79174.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=48.39%
G=18.48%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656311300.620.320.35330.5944.7444.71
HexA53F7103E202314b2d2d
Octal2457716107640435135555
Binary1010010111111111100010111110100000100011101001011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F71; }

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

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

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

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

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

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

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

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