#a03371

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

Shades of Rouge #A03371

Tints of Rouge #A03371

Color information

#A03371 (or 0xA03371) is unknown color: approx Rouge. HEX triplet: A0, 33 and 71. RGB value is (160,51,113). Sum of RGB (Red+Green+Blue) = 160+51+113=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A03371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03371 is #5FCC8E. Grayscale: #5A5A5A. Windows color (decimal): -6278287 or 7418784. OLE color: 7418784.

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

Color convert

RGB16051113-
CMYK00.680.290.37
HSL325.87º51.66%41.37%-
HSV(B)325.87º68.12%62.75%-
XYZ18.6611.0316.77-
YUV90.66140.61177.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=49.38%
G=15.74%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605111300.680.290.37325.8751.6641.37
HexA033710441D251463429
Octal24063161010435455066451
Binary1010000011001111100010100010011101100101101000110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03371; }

 p { color: rgb(160,51,113); }

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

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

 a { background-color: rgb(160,51,113); }

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

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

 span { border-color: rgb(160,51,113); }

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