#A13E60

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

Shades of Rouge #A13E60

Tints of Rouge #A13E60

Color information

#A13E60 (or 0xA13E60) is unknown color: approx Rouge. HEX triplet: A1, 3E and 60. RGB value is (161,62,96). Sum of RGB (Red+Green+Blue) = 161+62+96=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E60 is #5EC19F. Grayscale: #5F5F5F. Windows color (decimal): -6209952 or 6307489. OLE color: 6307489.

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

Color convert

RGB1616296-
CMYK00.610.400.37
HSL339.39º44.39%43.73%-
HSV(B)339.39º61.49%63.14%-
XYZ18.5311.8712.38-
YUV95.48128.3174.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=50.47%
G=19.44%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161629600.610.400.37339.3944.3943.73
HexA13E6003D28251532c2c
Octal2417614007550455235454
Binary1010000111111011000000111101101000100101101010011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E60; }

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

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

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

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

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

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

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

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