#A13E77

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

Shades of Rouge #A13E77

Tints of Rouge #A13E77

Color information

#A13E77 (or 0xA13E77) is unknown color: approx Rouge. HEX triplet: A1, 3E and 77. RGB value is (161,62,119). Sum of RGB (Red+Green+Blue) = 161+62+119=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E77 is #5EC188. Grayscale: #616161. Windows color (decimal): -6209929 or 7814817. OLE color: 7814817.

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

Color convert

RGB16162119-
CMYK00.610.260.37
HSL325.45º44.39%43.73%-
HSV(B)325.45º61.49%63.14%-
XYZ19.7512.3518.8-
YUV98.1139.8172.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=47.08%
G=18.13%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616211900.610.260.37325.4544.3943.73
HexA13E7703D1A251452c2c
Octal2417616707532455055454
Binary101000011111101110111011110111010100101101000101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E77; }

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

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

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

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

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

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

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

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