#A43271

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

Shades of Rouge #A43271

Tints of Rouge #A43271

Color information

#A43271 (or 0xA43271) is unknown color: approx Rouge. HEX triplet: A4, 32 and 71. RGB value is (164,50,113). Sum of RGB (Red+Green+Blue) = 164+50+113=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A43271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43271 is #5BCD8E. Grayscale: #5B5B5B. Windows color (decimal): -6016399 or 7418532. OLE color: 7418532.

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

Color convert

RGB16450113-
CMYK00.700.310.36
HSL326.84º53.27%41.96%-
HSV(B)326.84º69.51%64.31%-
XYZ19.4311.3716.79-
YUV91.27140.27179.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=50.15%
G=15.29%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645011300.700.310.36326.8453.2741.96
HexA432710461F24147352a
Octal24462161010637445076552
Binary1010010011001011100010100011011111100100101000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43271; }

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

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

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

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

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

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

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

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