#A03172

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

Shades of Rouge #A03172

Tints of Rouge #A03172

Color information

#A03172 (or 0xA03172) is unknown color: approx Rouge. HEX triplet: A0, 31 and 72. RGB value is (160,49,114). Sum of RGB (Red+Green+Blue) = 160+49+114=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A03172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03172 is #5FCE8D. Grayscale: #595959. Windows color (decimal): -6278798 or 7483808. OLE color: 7483808.

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

Color convert

RGB16049114-
CMYK00.690.290.37
HSL324.86º53.11%40.98%-
HSV(B)324.86º69.38%62.75%-
XYZ18.6310.8917.04-
YUV89.6141.77178.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=49.54%
G=15.17%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604911400.690.290.37324.8653.1140.98
HexA031720451D251453529
Octal24061162010535455056551
Binary1010000011000111100100100010111101100101101000101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03172; }

 p { color: rgb(160,49,114); }

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

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

 a { background-color: rgb(160,49,114); }

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

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

 span { border-color: rgb(160,49,114); }

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