#A23D74

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

Shades of Rouge #A23D74

Tints of Rouge #A23D74

Color information

#A23D74 (or 0xA23D74) is unknown color: approx Rouge. HEX triplet: A2, 3D and 74. RGB value is (162,61,116). Sum of RGB (Red+Green+Blue) = 162+61+116=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D74 is #5DC28B. Grayscale: #616161. Windows color (decimal): -6144652 or 7617954. OLE color: 7617954.

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

Color convert

RGB16261116-
CMYK00.620.280.36
HSL327.33º45.29%43.73%-
HSV(B)327.33º62.35%63.53%-
XYZ19.7212.2817.85-
YUV97.47138.46174.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=47.79%
G=17.99%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626111600.620.280.36327.3345.2943.73
HexA23D7403E1C241472d2c
Octal2427516407634445075554
Binary101000101111011110100011111011100100100101000111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D74; }

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

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

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

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

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

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

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

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