#A23B74

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

Shades of Rouge #A23B74

Tints of Rouge #A23B74

Color information

#A23B74 (or 0xA23B74) is unknown color: approx Rouge. HEX triplet: A2, 3B and 74. RGB value is (162,59,116). Sum of RGB (Red+Green+Blue) = 162+59+116=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B74 is #5DC48B. Grayscale: #606060. Windows color (decimal): -6145164 or 7617442. OLE color: 7617442.

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

Color convert

RGB16259116-
CMYK00.640.280.36
HSL326.8º46.61%43.33%-
HSV(B)326.8º63.58%63.53%-
XYZ19.6212.0717.82-
YUV96.3139.12174.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=48.07%
G=17.51%
B=34.42%

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
Decimal1625911600.640.280.36326.846.6143.33
HexA23B740401C241472f2b
Octal24273164010034445075753
Binary1010001011101111101000100000011100100100101000111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B74; }

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

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

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

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

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

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

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

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