#A43573

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

Shades of Rouge #A43573

Tints of Rouge #A43573

Color information

#A43573 (or 0xA43573) is unknown color: approx Rouge. HEX triplet: A4, 35 and 73. RGB value is (164,53,115). Sum of RGB (Red+Green+Blue) = 164+53+115=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A43573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43573 is #5BCA8C. Grayscale: #5D5D5D. Windows color (decimal): -6015629 or 7550372. OLE color: 7550372.

HSL color Cylindrical-coordinate representation of color #A43573: hue angle of 326.49º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43573 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16453115-
CMYK00.680.300.36
HSL326.49º51.15%42.55%-
HSV(B)326.49º67.68%64.31%-
XYZ19.6811.6817.44-
YUV93.26140.27178.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=49.40%
G=15.96%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645311500.680.300.36326.4951.1542.55
HexA435730441E24146332b
Octal24465163010436445066353
Binary1010010011010111100110100010011110100100101000110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43573; }

 p { color: rgb(164,53,115); }

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

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

 a { background-color: rgb(164,53,115); }

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

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

 span { border-color: rgb(164,53,115); }

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