#a73b75

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

Shades of Rouge #A73B75

Tints of Rouge #A73B75

Color information

#A73B75 (or 0xA73B75) is unknown color: approx Rouge. HEX triplet: A7, 3B and 75. RGB value is (167,59,117). Sum of RGB (Red+Green+Blue) = 167+59+117=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73B75 is #58C48A. Grayscale: #616161. Windows color (decimal): -5817483 or 7682983. OLE color: 7682983.

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

Color convert

RGB16759117-
CMYK00.650.300.35
HSL327.78º47.79%44.31%-
HSV(B)327.78º64.67%65.49%-
XYZ20.7112.6318.18-
YUV97.9138.78177.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.69%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=48.69%
G=17.20%
B=34.11%

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
Decimal1675911700.650.300.35327.7847.7944.31
HexA73B750411E23148302c
Octal24773165010136435106054
Binary1010011111101111101010100000111110100011101001000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73b75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73b75; }

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

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

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

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

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

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

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

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