#A23C73

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

Shades of Rouge #A23C73

Tints of Rouge #A23C73

Color information

#A23C73 (or 0xA23C73) is unknown color: approx Rouge. HEX triplet: A2, 3C and 73. RGB value is (162,60,115). Sum of RGB (Red+Green+Blue) = 162+60+115=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C73 is #5DC38C. Grayscale: #606060. Windows color (decimal): -6144909 or 7552162. OLE color: 7552162.

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

Color convert

RGB16260115-
CMYK00.630.290.36
HSL327.65º45.95%43.53%-
HSV(B)327.65º62.96%63.53%-
XYZ19.6112.1517.53-
YUV96.77138.29174.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=48.07%
G=17.80%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626011500.630.290.36327.6545.9543.53
HexA23C7303F1D241482e2c
Octal2427416307735445105654
Binary101000101111001110011011111111101100100101001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C73; }

 p { color: rgb(162,60,115); }

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

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

 a { background-color: rgb(162,60,115); }

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

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

 span { border-color: rgb(162,60,115); }

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