#A23B71

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

Shades of Rouge #A23B71

Tints of Rouge #A23B71

Color information

#A23B71 (or 0xA23B71) is unknown color: approx Rouge. HEX triplet: A2, 3B and 71. RGB value is (162,59,113). Sum of RGB (Red+Green+Blue) = 162+59+113=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B71 is #5DC48E. Grayscale: #5F5F5F. Windows color (decimal): -6145167 or 7420834. OLE color: 7420834.

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

Color convert

RGB16259113-
CMYK00.640.300.36
HSL328.54º46.61%43.33%-
HSV(B)328.54º63.58%63.53%-
XYZ19.441216.91-
YUV95.95137.62175.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=48.50%
G=17.66%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625911300.640.300.36328.5446.6143.33
HexA23B710401E241492f2b
Octal24273161010036445115753
Binary1010001011101111100010100000011110100100101001001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B71; }

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

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

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

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

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

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

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

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