#A43574

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

Shades of Rouge #A43574

Tints of Rouge #A43574

Color information

#A43574 (or 0xA43574) is unknown color: approx Rouge. HEX triplet: A4, 35 and 74. RGB value is (164,53,116). Sum of RGB (Red+Green+Blue) = 164+53+116=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A43574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43574 is #5BCA8B. Grayscale: #5D5D5D. Windows color (decimal): -6015628 or 7615908. OLE color: 7615908.

HSL color Cylindrical-coordinate representation of color #A43574: hue angle of 325.95º 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 #A43574 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16453116-
CMYK00.680.290.36
HSL325.95º51.15%42.55%-
HSV(B)325.95º67.68%64.31%-
XYZ19.7411.717.74-
YUV93.37140.77178.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.25%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=49.25%
G=15.92%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645311600.680.290.36325.9551.1542.55
HexA435740441D24146332b
Octal24465164010435445066353
Binary1010010011010111101000100010011101100100101000110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43574; }

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

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

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

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

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

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

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

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