#A03574

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

Shades of Rouge #A03574

Tints of Rouge #A03574

Color information

#A03574 (or 0xA03574) is unknown color: approx Rouge. HEX triplet: A0, 35 and 74. RGB value is (160,53,116). Sum of RGB (Red+Green+Blue) = 160+53+116=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03574 is #5FCA8B. Grayscale: #5C5C5C. Windows color (decimal): -6277772 or 7615904. OLE color: 7615904.

HSL color Cylindrical-coordinate representation of color #A03574: hue angle of 324.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03574 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16053116-
CMYK00.670.280.37
HSL324.67º50.23%41.76%-
HSV(B)324.67º66.87%62.75%-
XYZ18.9211.2817.7-
YUV92.18141.45176.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=48.63%
G=16.11%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605311600.670.280.37324.6750.2341.76
HexA035740431C25145322a
Octal24065164010334455056252
Binary1010000011010111101000100001111100100101101000101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03574; }

 p { color: rgb(160,53,116); }

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

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

 a { background-color: rgb(160,53,116); }

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

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

 span { border-color: rgb(160,53,116); }

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