#A23A76

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

Shades of Rouge #A23A76

Tints of Rouge #A23A76

Color information

#A23A76 (or 0xA23A76) is unknown color: approx Rouge. HEX triplet: A2, 3A and 76. RGB value is (162,58,118). Sum of RGB (Red+Green+Blue) = 162+58+118=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A76 is #5DC589. Grayscale: #5F5F5F. Windows color (decimal): -6145418 or 7748258. OLE color: 7748258.

HSL color Cylindrical-coordinate representation of color #A23A76: hue angle of 325.38º 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 #A23A76 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16258118-
CMYK00.640.270.36
HSL325.38º47.27%43.14%-
HSV(B)325.38º64.2%63.53%-
XYZ19.6812.0218.42-
YUV95.94140.46175.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=47.93%
G=17.16%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625811800.640.270.36325.3847.2743.14
HexA23A760401B241452f2b
Octal24272166010033445055753
Binary1010001011101011101100100000011011100100101000101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A76; }

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

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

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

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

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

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

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

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