#A13E76

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

Shades of Rouge #A13E76

Tints of Rouge #A13E76

Color information

#A13E76 (or 0xA13E76) is unknown color: approx Rouge. HEX triplet: A1, 3E and 76. RGB value is (161,62,118). Sum of RGB (Red+Green+Blue) = 161+62+118=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E76 is #5EC189. Grayscale: #616161. Windows color (decimal): -6209930 or 7749281. OLE color: 7749281.

HSL color Cylindrical-coordinate representation of color #A13E76: hue angle of 326.06º 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 #A13E76 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16162118-
CMYK00.610.270.37
HSL326.06º44.39%43.73%-
HSV(B)326.06º61.49%63.14%-
XYZ19.6912.3318.48-
YUV97.98139.3172.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=47.21%
G=18.18%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616211800.610.270.37326.0644.3943.73
HexA13E7603D1B251462c2c
Octal2417616607533455065454
Binary101000011111101110110011110111011100101101000110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E76; }

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

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

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

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

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

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

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

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