#A73A75

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

Shades of Rouge #A73A75

Tints of Rouge #A73A75

Color information

#A73A75 (or 0xA73A75) is unknown color: approx Rouge. HEX triplet: A7, 3A and 75. RGB value is (167,58,117). Sum of RGB (Red+Green+Blue) = 167+58+117=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73A75 is #58C58A. Grayscale: #616161. Windows color (decimal): -5817739 or 7682727. OLE color: 7682727.

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

Color convert

RGB16758117-
CMYK00.650.300.35
HSL327.52º48.44%44.12%-
HSV(B)327.52º65.27%65.49%-
XYZ20.6612.5318.16-
YUV97.32139.11177.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.83%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=48.83%
G=16.96%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675811700.650.300.35327.5248.4444.12
HexA73A750411E23148302c
Octal24772165010136435106054
Binary1010011111101011101010100000111110100011101001000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A75; }

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

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

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

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

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

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

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

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