#A43A75

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

Shades of Rouge #A43A75

Tints of Rouge #A43A75

Color information

#A43A75 (or 0xA43A75) is unknown color: approx Rouge. HEX triplet: A4, 3A and 75. RGB value is (164,58,117). Sum of RGB (Red+Green+Blue) = 164+58+117=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A75 is #5BC58A. Grayscale: #606060. Windows color (decimal): -6014347 or 7682724. OLE color: 7682724.

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

Color convert

RGB16458117-
CMYK00.650.290.36
HSL326.6º47.75%43.53%-
HSV(B)326.6º64.63%64.31%-
XYZ20.0312.218.13-
YUV96.42139.62176.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=48.38%
G=17.11%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645811700.650.290.36326.647.7543.53
HexA43A750411D24147302c
Octal24472165010135445076054
Binary1010010011101011101010100000111101100100101000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A75; }

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

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

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

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

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

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

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

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