#A03273

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

Shades of Rouge #A03273

Tints of Rouge #A03273

Color information

#A03273 (or 0xA03273) is unknown color: approx Rouge. HEX triplet: A0, 32 and 73. RGB value is (160,50,115). Sum of RGB (Red+Green+Blue) = 160+50+115=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03273 is #5FCD8C. Grayscale: #5A5A5A. Windows color (decimal): -6278541 or 7549600. OLE color: 7549600.

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

Color convert

RGB16050115-
CMYK00.690.280.37
HSL324.55º52.38%41.18%-
HSV(B)324.55º68.75%62.75%-
XYZ18.7310.9917.35-
YUV90.3141.94177.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=49.23%
G=15.38%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605011500.690.280.37324.5552.3841.18
HexA032730451C251453429
Octal24062163010534455056451
Binary1010000011001011100110100010111100100101101000101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03273; }

 p { color: rgb(160,50,115); }

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

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

 a { background-color: rgb(160,50,115); }

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

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

 span { border-color: rgb(160,50,115); }

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