#A43B72

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

Shades of Rouge #A43B72

Tints of Rouge #A43B72

Color information

#A43B72 (or 0xA43B72) is unknown color: approx Rouge. HEX triplet: A4, 3B and 72. RGB value is (164,59,114). Sum of RGB (Red+Green+Blue) = 164+59+114=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43B72 is #5BC48D. Grayscale: #606060. Windows color (decimal): -6014094 or 7486372. OLE color: 7486372.

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

Color convert

RGB16459114-
CMYK00.640.300.36
HSL328.57º47.09%43.73%-
HSV(B)328.57º64.02%64.31%-
XYZ19.9112.2417.23-
YUV96.66137.79176.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=48.66%
G=17.51%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645911400.640.300.36328.5747.0943.73
HexA43B720401E241492f2c
Octal24473162010036445115754
Binary1010010011101111100100100000011110100100101001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43B72; }

 p { color: rgb(164,59,114); }

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

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

 a { background-color: rgb(164,59,114); }

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

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

 span { border-color: rgb(164,59,114); }

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