#A43273

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

Shades of Rouge #A43273

Tints of Rouge #A43273

Color information

#A43273 (or 0xA43273) is unknown color: approx Rouge. HEX triplet: A4, 32 and 73. RGB value is (164,50,115). Sum of RGB (Red+Green+Blue) = 164+50+115=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A43273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43273 is #5BCD8C. Grayscale: #5B5B5B. Windows color (decimal): -6016397 or 7549604. OLE color: 7549604.

HSL color Cylindrical-coordinate representation of color #A43273: hue angle of 325.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43273 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16450115-
CMYK00.700.300.36
HSL325.79º53.27%41.96%-
HSV(B)325.79º69.51%64.31%-
XYZ19.5411.4117.39-
YUV91.5141.27179.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=49.85%
G=15.20%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645011500.700.300.36325.7953.2741.96
HexA432730461E24146352a
Octal24462163010636445066552
Binary1010010011001011100110100011011110100100101000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43273; }

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

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

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

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

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

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

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

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