#A12C6B

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

Shades of Rouge #A12C6B

Tints of Rouge #A12C6B

Color information

#A12C6B (or 0xA12C6B) is unknown color: approx Rouge. HEX triplet: A1, 2C and 6B. RGB value is (161,44,107). Sum of RGB (Red+Green+Blue) = 161+44+107=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12C6B is #5ED394. Grayscale: #565656. Windows color (decimal): -6214549 or 7023777. OLE color: 7023777.

HSL color Cylindrical-coordinate representation of color #A12C6B: hue angle of 327.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12C6B is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16144107-
CMYK00.730.340.37
HSL327.69º57.07%40.2%-
HSV(B)327.69º72.67%63.14%-
XYZ18.2510.4414.96-
YUV86.16139.76181.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 44 (17.58% from 255) = 14.10%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=51.60%
G=14.10%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614410700.730.340.37327.6957.0740.2
HexA12C6B04922251483928
Octal24154153011142455107150
Binary10100001101100110101101001001100010100101101001000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12C6B; }

 p { color: rgb(161,44,107); }

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

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

 a { background-color: rgb(161,44,107); }

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

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

 span { border-color: rgb(161,44,107); }

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