#A23F71

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

Shades of Rouge #A23F71

Tints of Rouge #A23F71

Color information

#A23F71 (or 0xA23F71) is unknown color: approx Rouge. HEX triplet: A2, 3F and 71. RGB value is (162,63,113). Sum of RGB (Red+Green+Blue) = 162+63+113=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F71 is #5DC08E. Grayscale: #626262. Windows color (decimal): -6144143 or 7421858. OLE color: 7421858.

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

Color convert

RGB16263113-
CMYK00.610.300.36
HSL329.7º44%44.12%-
HSV(B)329.7º61.11%63.53%-
XYZ19.6612.4316.99-
YUV98.3136.3173.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=47.93%
G=18.64%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626311300.610.300.36329.74444.12
HexA23F7103D1E2414a2c2c
Octal2427716107536445125454
Binary101000101111111110001011110111110100100101001010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F71; }

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

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

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

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

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

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

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

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