#A12E72

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

Shades of Rouge #A12E72

Tints of Rouge #A12E72

Color information

#A12E72 (or 0xA12E72) is unknown color: approx Rouge. HEX triplet: A1, 2E and 72. RGB value is (161,46,114). Sum of RGB (Red+Green+Blue) = 161+46+114=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E72 is #5ED18D. Grayscale: #575757. Windows color (decimal): -6214030 or 7483041. OLE color: 7483041.

HSL color Cylindrical-coordinate representation of color #A12E72: hue angle of 324.52º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12E72 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16146114-
CMYK00.710.290.37
HSL324.52º55.56%40.59%-
HSV(B)324.52º71.43%63.14%-
XYZ18.7110.7517.01-
YUV88.14142.6179.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=50.16%
G=14.33%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614611400.710.290.37324.5255.5640.59
HexA12E720471D251453829
Octal24156162010735455057051
Binary1010000110111011100100100011111101100101101000101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E72; }

 p { color: rgb(161,46,114); }

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

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

 a { background-color: rgb(161,46,114); }

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

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

 span { border-color: rgb(161,46,114); }

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