#A43170

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

Shades of Rouge #A43170

Tints of Rouge #A43170

Color information

#A43170 (or 0xA43170) is unknown color: approx Rouge. HEX triplet: A4, 31 and 70. RGB value is (164,49,112). Sum of RGB (Red+Green+Blue) = 164+49+112=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A43170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43170 is #5BCE8F. Grayscale: #5A5A5A. Windows color (decimal): -6016656 or 7352740. OLE color: 7352740.

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

Color convert

RGB16449112-
CMYK00.700.320.36
HSL327.13º53.99%41.76%-
HSV(B)327.13º70.12%64.31%-
XYZ19.3311.2616.48-
YUV90.57140.1180.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=50.46%
G=15.08%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644911200.700.320.36327.1353.9941.76
HexA431700462024147362a
Octal24461160010640445076652
Binary10100100110001111000001000110100000100100101000111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43170; }

 p { color: rgb(164,49,112); }

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

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

 a { background-color: rgb(164,49,112); }

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

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

 span { border-color: rgb(164,49,112); }

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