#A23E77

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

Shades of Rouge #A23E77

Tints of Rouge #A23E77

Color information

#A23E77 (or 0xA23E77) is unknown color: approx Rouge. HEX triplet: A2, 3E and 77. RGB value is (162,62,119). Sum of RGB (Red+Green+Blue) = 162+62+119=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E77 is #5DC188. Grayscale: #626262. Windows color (decimal): -6144393 or 7814818. OLE color: 7814818.

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

Color convert

RGB16262119-
CMYK00.620.270.36
HSL325.8º44.64%43.92%-
HSV(B)325.8º61.73%63.53%-
XYZ19.9512.4618.81-
YUV98.4139.63173.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=47.23%
G=18.08%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626211900.620.270.36325.844.6443.92
HexA23E7703E1B241462d2c
Octal2427616707633445065554
Binary101000101111101110111011111011011100100101000110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E77; }

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

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

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

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

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

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

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

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