#A13E73

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

Shades of Rouge #A13E73

Tints of Rouge #A13E73

Color information

#A13E73 (or 0xA13E73) is unknown color: approx Rouge. HEX triplet: A1, 3E and 73. RGB value is (161,62,115). Sum of RGB (Red+Green+Blue) = 161+62+115=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E73 is #5EC18C. Grayscale: #616161. Windows color (decimal): -6209933 or 7552673. OLE color: 7552673.

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

Color convert

RGB16162115-
CMYK00.610.290.37
HSL327.88º44.39%43.73%-
HSV(B)327.88º61.49%63.14%-
XYZ19.5212.2617.56-
YUV97.64137.8173.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=47.63%
G=18.34%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616211500.610.290.37327.8844.3943.73
HexA13E7303D1D251482c2c
Octal2417616307535455105454
Binary101000011111101110011011110111101100101101001000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E73; }

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

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

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

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

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

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

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

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