#A13173

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

Shades of Rouge #A13173

Tints of Rouge #A13173

Color information

#A13173 (or 0xA13173) is unknown color: approx Rouge. HEX triplet: A1, 31 and 73. RGB value is (161,49,115). Sum of RGB (Red+Green+Blue) = 161+49+115=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A13173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13173 is #5ECE8C. Grayscale: #595959. Windows color (decimal): -6213261 or 7549345. OLE color: 7549345.

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

Color convert

RGB16149115-
CMYK00.700.290.37
HSL324.64º53.33%41.18%-
HSV(B)324.64º69.57%63.14%-
XYZ18.8911.0117.35-
YUV90.01142.11178.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=49.54%
G=15.08%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614911500.700.290.37324.6453.3341.18
HexA131730461D251453529
Octal24161163010635455056551
Binary1010000111000111100110100011011101100101101000101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13173; }

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

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

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

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

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

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

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

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