#A13F6E

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

Shades of Rouge #A13F6E

Tints of Rouge #A13F6E

Color information

#A13F6E (or 0xA13F6E) is unknown color: approx Rouge. HEX triplet: A1, 3F and 6E. RGB value is (161,63,110). Sum of RGB (Red+Green+Blue) = 161+63+110=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13F6E is #5EC091. Grayscale: #616161. Windows color (decimal): -6209682 or 7225249. OLE color: 7225249.

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

Color convert

RGB16163110-
CMYK00.610.320.37
HSL331.22º43.75%43.92%-
HSV(B)331.22º60.87%63.14%-
XYZ19.2912.2616.1-
YUV97.66134.97173.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=48.20%
G=18.86%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616311000.610.320.37331.2243.7543.92
HexA13F6E03D202514b2c2c
Octal2417715607540455135454
Binary1010000111111111011100111101100000100101101001011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F6E; }

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

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

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

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

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

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

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

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