#A03F77

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

Shades of Rouge #A03F77

Tints of Rouge #A03F77

Color information

#A03F77 (or 0xA03F77) is unknown color: approx Rouge. HEX triplet: A0, 3F and 77. RGB value is (160,63,119). Sum of RGB (Red+Green+Blue) = 160+63+119=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F77 is #5FC088. Grayscale: #626262. Windows color (decimal): -6275209 or 7815072. OLE color: 7815072.

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

Color convert

RGB16063119-
CMYK00.610.260.37
HSL325.36º43.5%43.73%-
HSV(B)325.36º60.62%62.75%-
XYZ19.612.3618.81-
YUV98.39139.64171.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=46.78%
G=18.42%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606311900.610.260.37325.3643.543.73
HexA03F7703D1A251452b2c
Octal2407716707532455055354
Binary101000001111111110111011110111010100101101000101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F77; }

 p { color: rgb(160,63,119); }

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

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

 a { background-color: rgb(160,63,119); }

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

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

 span { border-color: rgb(160,63,119); }

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