#A43A76

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

Shades of Rouge #A43A76

Tints of Rouge #A43A76

Color information

#A43A76 (or 0xA43A76) is unknown color: approx Rouge. HEX triplet: A4, 3A and 76. RGB value is (164,58,118). Sum of RGB (Red+Green+Blue) = 164+58+118=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A76 is #5BC589. Grayscale: #606060. Windows color (decimal): -6014346 or 7748260. OLE color: 7748260.

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

Color convert

RGB16458118-
CMYK00.650.280.36
HSL326.04º47.75%43.53%-
HSV(B)326.04º64.63%64.31%-
XYZ20.0912.2318.44-
YUV96.53140.12176.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=48.24%
G=17.06%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645811800.650.280.36326.0447.7543.53
HexA43A760411C24146302c
Octal24472166010134445066054
Binary1010010011101011101100100000111100100100101000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A76; }

 p { color: rgb(164,58,118); }

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

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

 a { background-color: rgb(164,58,118); }

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

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

 span { border-color: rgb(164,58,118); }

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