#A23A73

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

Shades of Rouge #A23A73

Tints of Rouge #A23A73

Color information

#A23A73 (or 0xA23A73) is unknown color: approx Rouge. HEX triplet: A2, 3A and 73. RGB value is (162,58,115). Sum of RGB (Red+Green+Blue) = 162+58+115=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A73 is #5DC58C. Grayscale: #5F5F5F. Windows color (decimal): -6145421 or 7551650. OLE color: 7551650.

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

Color convert

RGB16258115-
CMYK00.640.290.36
HSL327.12º47.27%43.14%-
HSV(B)327.12º64.2%63.53%-
XYZ19.5111.9517.5-
YUV95.59138.96175.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=48.36%
G=17.31%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625811500.640.290.36327.1247.2743.14
HexA23A730401D241472f2b
Octal24272163010035445075753
Binary1010001011101011100110100000011101100100101000111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A73; }

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

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

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

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

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

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

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

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