#A12E70

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

Shades of Rouge #A12E70

Tints of Rouge #A12E70

Color information

#A12E70 (or 0xA12E70) is unknown color: approx Rouge. HEX triplet: A1, 2E and 70. RGB value is (161,46,112). Sum of RGB (Red+Green+Blue) = 161+46+112=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E70 is #5ED18F. Grayscale: #575757. Windows color (decimal): -6214032 or 7351969. OLE color: 7351969.

HSL color Cylindrical-coordinate representation of color #A12E70: hue angle of 325.57º 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 #A12E70 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16146112-
CMYK00.710.300.37
HSL325.57º55.56%40.59%-
HSV(B)325.57º71.43%63.14%-
XYZ18.610.716.41-
YUV87.91141.6180.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=50.47%
G=14.42%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614611200.710.300.37325.5755.5640.59
HexA12E700471E251463829
Octal24156160010736455067051
Binary1010000110111011100000100011111110100101101000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E70; }

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

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

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

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

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

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

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

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