#A13D74

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

Shades of Rouge #A13D74

Tints of Rouge #A13D74

Color information

#A13D74 (or 0xA13D74) is unknown color: approx Rouge. HEX triplet: A1, 3D and 74. RGB value is (161,61,116). Sum of RGB (Red+Green+Blue) = 161+61+116=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D74 is #5EC28B. Grayscale: #616161. Windows color (decimal): -6210188 or 7617953. OLE color: 7617953.

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

Color convert

RGB16161116-
CMYK00.620.280.37
HSL327º45.05%43.53%-
HSV(B)327º62.11%63.14%-
XYZ19.5212.1817.84-
YUV97.17138.63173.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=47.63%
G=18.05%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616111600.620.280.3732745.0543.53
HexA13D7403E1C251472d2c
Octal2417516407634455075554
Binary101000011111011110100011111011100100101101000111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D74; }

 p { color: rgb(161,61,116); }

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

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

 a { background-color: rgb(161,61,116); }

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

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

 span { border-color: rgb(161,61,116); }

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