#A13472

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

Shades of Rouge #A13472

Tints of Rouge #A13472

Color information

#A13472 (or 0xA13472) is unknown color: approx Rouge. HEX triplet: A1, 34 and 72. RGB value is (161,52,114). Sum of RGB (Red+Green+Blue) = 161+52+114=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A13472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13472 is #5ECB8D. Grayscale: #5B5B5B. Windows color (decimal): -6212494 or 7484577. OLE color: 7484577.

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

Color convert

RGB16152114-
CMYK00.680.290.37
HSL325.87º51.17%41.76%-
HSV(B)325.87º67.7%63.14%-
XYZ18.9611.2517.09-
YUV91.66140.61177.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=49.24%
G=15.90%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615211400.680.290.37325.8751.1741.76
HexA134720441D25146332a
Octal24164162010435455066352
Binary1010000111010011100100100010011101100101101000110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13472; }

 p { color: rgb(161,52,114); }

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

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

 a { background-color: rgb(161,52,114); }

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

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

 span { border-color: rgb(161,52,114); }

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