#A13163

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

Shades of Rouge #A13163

Tints of Rouge #A13163

Color information

#A13163 (or 0xA13163) is unknown color: approx Rouge. HEX triplet: A1, 31 and 63. RGB value is (161,49,99). Sum of RGB (Red+Green+Blue) = 161+49+99=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A13163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13163 is #5ECE9C. Grayscale: #585858. Windows color (decimal): -6213277 or 6500769. OLE color: 6500769.

HSL color Cylindrical-coordinate representation of color #A13163: hue angle of 333.21º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13163 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1614999-
CMYK00.700.390.37
HSL333.21º53.33%41.18%-
HSV(B)333.21º69.57%63.14%-
XYZ18.0510.6712.91-
YUV88.19134.11179.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=52.10%
G=15.86%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161499900.700.390.37333.2153.3341.18
HexA13163046272514d3529
Octal24161143010647455156551
Binary10100001110001110001101000110100111100101101001101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13163; }

 p { color: rgb(161,49,99); }

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

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

 a { background-color: rgb(161,49,99); }

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

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

 span { border-color: rgb(161,49,99); }

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