#A23E71

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

Shades of Rouge #A23E71

Tints of Rouge #A23E71

Color information

#A23E71 (or 0xA23E71) is unknown color: approx Rouge. HEX triplet: A2, 3E and 71. RGB value is (162,62,113). Sum of RGB (Red+Green+Blue) = 162+62+113=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E71 is #5DC18E. Grayscale: #616161. Windows color (decimal): -6144399 or 7421602. OLE color: 7421602.

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

Color convert

RGB16262113-
CMYK00.620.300.36
HSL329.4º44.64%43.92%-
HSV(B)329.4º61.73%63.53%-
XYZ19.612.3216.97-
YUV97.71136.63173.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=48.07%
G=18.40%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626211300.620.300.36329.444.6443.92
HexA23E7103E1E241492d2c
Octal2427616107636445115554
Binary101000101111101110001011111011110100100101001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E71; }

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

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

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

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

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

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

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

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