#A13A6E

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

Shades of Rouge #A13A6E

Tints of Rouge #A13A6E

Color information

#A13A6E (or 0xA13A6E) is unknown color: approx Rouge. HEX triplet: A1, 3A and 6E. RGB value is (161,58,110). Sum of RGB (Red+Green+Blue) = 161+58+110=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13A6E is #5EC591. Grayscale: #5E5E5E. Windows color (decimal): -6210962 or 7223969. OLE color: 7223969.

HSL color Cylindrical-coordinate representation of color #A13A6E: hue angle of 329.71º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13A6E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16158110-
CMYK00.640.320.37
HSL329.71º47.03%42.94%-
HSV(B)329.71º63.98%63.14%-
XYZ19.0311.7316.01-
YUV94.72136.62175.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=48.94%
G=17.63%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615811000.640.320.37329.7147.0342.94
HexA13A6E040202514a2f2b
Octal24172156010040455125753
Binary10100001111010110111001000000100000100101101001010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A6E; }

 p { color: rgb(161,58,110); }

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

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

 a { background-color: rgb(161,58,110); }

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

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

 span { border-color: rgb(161,58,110); }

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