#A23D72

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

Shades of Rouge #A23D72

Tints of Rouge #A23D72

Color information

#A23D72 (or 0xA23D72) is unknown color: approx Rouge. HEX triplet: A2, 3D and 72. RGB value is (162,61,114). Sum of RGB (Red+Green+Blue) = 162+61+114=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D72 is #5DC28D. Grayscale: #616161. Windows color (decimal): -6144654 or 7486882. OLE color: 7486882.

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

Color convert

RGB16261114-
CMYK00.620.300.36
HSL328.51º45.29%43.73%-
HSV(B)328.51º62.35%63.53%-
XYZ19.6112.2317.25-
YUV97.24137.46174.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=48.07%
G=18.10%
B=33.83%

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
Decimal1626111400.620.300.36328.5145.2943.73
HexA23D7203E1E241492d2c
Octal2427516207636445115554
Binary101000101111011110010011111011110100100101001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D72; }

 p { color: rgb(162,61,114); }

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

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

 a { background-color: rgb(162,61,114); }

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

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

 span { border-color: rgb(162,61,114); }

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