#A73C75

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

Shades of Rouge #A73C75

Tints of Rouge #A73C75

Color information

#A73C75 (or 0xA73C75) is unknown color: approx Rouge. HEX triplet: A7, 3C and 75. RGB value is (167,60,117). Sum of RGB (Red+Green+Blue) = 167+60+117=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73C75 is #58C38A. Grayscale: #626262. Windows color (decimal): -5817227 or 7683239. OLE color: 7683239.

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

Color convert

RGB16760117-
CMYK00.640.300.35
HSL328.04º47.14%44.51%-
HSV(B)328.04º64.07%65.49%-
XYZ20.7612.7318.19-
YUV98.49138.45176.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 60 (23.83% from 255) = 17.44%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=48.55%
G=17.44%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676011700.640.300.35328.0447.1444.51
HexA73C750401E231482f2d
Octal24774165010036435105755
Binary1010011111110011101010100000011110100011101001000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C75; }

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

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

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

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

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

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

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

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