#A13A72

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

Shades of Rouge #A13A72

Tints of Rouge #A13A72

Color information

#A13A72 (or 0xA13A72) is unknown color: approx Rouge. HEX triplet: A1, 3A and 72. RGB value is (161,58,114). Sum of RGB (Red+Green+Blue) = 161+58+114=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13A72 is #5EC58D. Grayscale: #5F5F5F. Windows color (decimal): -6210958 or 7486113. OLE color: 7486113.

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

Color convert

RGB16158114-
CMYK00.640.290.37
HSL327.38º47.03%42.94%-
HSV(B)327.38º63.98%63.14%-
XYZ19.2511.8217.19-
YUV95.18138.62174.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=48.35%
G=17.42%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615811400.640.290.37327.3847.0342.94
HexA13A720401D251472f2b
Octal24172162010035455075753
Binary1010000111101011100100100000011101100101101000111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A72; }

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

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

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

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

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

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

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

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