#A13273

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

Shades of Rouge #A13273

Tints of Rouge #A13273

Color information

#A13273 (or 0xA13273) is unknown color: approx Rouge. HEX triplet: A1, 32 and 73. RGB value is (161,50,115). Sum of RGB (Red+Green+Blue) = 161+50+115=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A13273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13273 is #5ECD8C. Grayscale: #5A5A5A. Windows color (decimal): -6213005 or 7549601. OLE color: 7549601.

HSL color Cylindrical-coordinate representation of color #A13273: hue angle of 324.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13273 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16150115-
CMYK00.690.290.37
HSL324.86º52.61%41.37%-
HSV(B)324.86º68.94%63.14%-
XYZ18.9311.117.36-
YUV90.6141.77178.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=49.39%
G=15.34%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615011500.690.290.37324.8652.6141.37
HexA132730451D251453529
Octal24162163010535455056551
Binary1010000111001011100110100010111101100101101000101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13273; }

 p { color: rgb(161,50,115); }

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

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

 a { background-color: rgb(161,50,115); }

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

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

 span { border-color: rgb(161,50,115); }

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