#A23D73

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

Shades of Rouge #A23D73

Tints of Rouge #A23D73

Color information

#A23D73 (or 0xA23D73) is unknown color: approx Rouge. HEX triplet: A2, 3D and 73. RGB value is (162,61,115). Sum of RGB (Red+Green+Blue) = 162+61+115=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D73 is #5DC28C. Grayscale: #616161. Windows color (decimal): -6144653 or 7552418. OLE color: 7552418.

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

Color convert

RGB16261115-
CMYK00.620.290.36
HSL327.92º45.29%43.73%-
HSV(B)327.92º62.35%63.53%-
XYZ19.6612.2617.55-
YUV97.35137.96174.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=47.93%
G=18.05%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626111500.620.290.36327.9245.2943.73
HexA23D7303E1D241482d2c
Octal2427516307635445105554
Binary101000101111011110011011111011101100100101001000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D73; }

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

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

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

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

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

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

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

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