#A23571

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

Shades of Rouge #A23571

Tints of Rouge #A23571

Color information

#A23571 (or 0xA23571) is unknown color: approx Rouge. HEX triplet: A2, 35 and 71. RGB value is (162,53,113). Sum of RGB (Red+Green+Blue) = 162+53+113=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A23571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23571 is #5DCA8E. Grayscale: #5C5C5C. Windows color (decimal): -6146703 or 7419298. OLE color: 7419298.

HSL color Cylindrical-coordinate representation of color #A23571: hue angle of 326.97º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23571 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16253113-
CMYK00.670.300.36
HSL326.97º50.7%42.16%-
HSV(B)326.97º67.28%63.53%-
XYZ19.1511.4216.82-
YUV92.43139.61177.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=49.39%
G=16.16%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625311300.670.300.36326.9750.742.16
HexA235710431E24147332a
Octal24265161010336445076352
Binary1010001011010111100010100001111110100100101000111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23571; }

 p { color: rgb(162,53,113); }

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

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

 a { background-color: rgb(162,53,113); }

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

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

 span { border-color: rgb(162,53,113); }

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