#A23C70

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

Shades of Rouge #A23C70

Tints of Rouge #A23C70

Color information

#A23C70 (or 0xA23C70) is unknown color: approx Rouge. HEX triplet: A2, 3C and 70. RGB value is (162,60,112). Sum of RGB (Red+Green+Blue) = 162+60+112=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C70 is #5DC38F. Grayscale: #606060. Windows color (decimal): -6144912 or 7355554. OLE color: 7355554.

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

Color convert

RGB16260112-
CMYK00.630.310.36
HSL329.41º45.95%43.53%-
HSV(B)329.41º62.96%63.53%-
XYZ19.4412.0816.64-
YUV96.43136.79174.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 60 (23.83% from 255) = 17.96%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=48.50%
G=17.96%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626011200.630.310.36329.4145.9543.53
HexA23C7003F1F241492e2c
Octal2427416007737445115654
Binary101000101111001110000011111111111100100101001001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C70; }

 p { color: rgb(162,60,112); }

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

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

 a { background-color: rgb(162,60,112); }

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

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

 span { border-color: rgb(162,60,112); }

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