#A23E76

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

Shades of Rouge #A23E76

Tints of Rouge #A23E76

Color information

#A23E76 (or 0xA23E76) is unknown color: approx Rouge. HEX triplet: A2, 3E and 76. RGB value is (162,62,118). Sum of RGB (Red+Green+Blue) = 162+62+118=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E76 is #5DC189. Grayscale: #626262. Windows color (decimal): -6144394 or 7749282. OLE color: 7749282.

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

Color convert

RGB16262118-
CMYK00.620.270.36
HSL326.4º44.64%43.92%-
HSV(B)326.4º61.73%63.53%-
XYZ19.8912.4318.49-
YUV98.28139.13173.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=47.37%
G=18.13%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626211800.620.270.36326.444.6443.92
HexA23E7603E1B241462d2c
Octal2427616607633445065554
Binary101000101111101110110011111011011100100101000110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E76; }

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

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

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

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

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

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

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

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