#A23A74

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

Shades of Rouge #A23A74

Tints of Rouge #A23A74

Color information

#A23A74 (or 0xA23A74) is unknown color: approx Rouge. HEX triplet: A2, 3A and 74. RGB value is (162,58,116). Sum of RGB (Red+Green+Blue) = 162+58+116=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A74 is #5DC58B. Grayscale: #5F5F5F. Windows color (decimal): -6145420 or 7617186. OLE color: 7617186.

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

Color convert

RGB16258116-
CMYK00.640.280.36
HSL326.54º47.27%43.14%-
HSV(B)326.54º64.2%63.53%-
XYZ19.5711.9717.8-
YUV95.71139.46175.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=48.21%
G=17.26%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625811600.640.280.36326.5447.2743.14
HexA23A740401C241472f2b
Octal24272164010034445075753
Binary1010001011101011101000100000011100100100101000111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A74; }

 p { color: rgb(162,58,116); }

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

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

 a { background-color: rgb(162,58,116); }

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

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

 span { border-color: rgb(162,58,116); }

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