#A03170

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

Shades of Rouge #A03170

Tints of Rouge #A03170

Color information

#A03170 (or 0xA03170) is unknown color: approx Rouge. HEX triplet: A0, 31 and 70. RGB value is (160,49,112). Sum of RGB (Red+Green+Blue) = 160+49+112=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A03170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03170 is #5FCE8F. Grayscale: #595959. Windows color (decimal): -6278800 or 7352736. OLE color: 7352736.

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

Color convert

RGB16049112-
CMYK00.690.300.37
HSL325.95º53.11%40.98%-
HSV(B)325.95º69.38%62.75%-
XYZ18.5210.8416.45-
YUV89.37140.77178.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=49.84%
G=15.26%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604911200.690.300.37325.9553.1140.98
HexA031700451E251463529
Octal24061160010536455066551
Binary1010000011000111100000100010111110100101101000110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03170; }

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

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

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

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

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

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

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

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