#A12F6A

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

Shades of Rouge #A12F6A

Tints of Rouge #A12F6A

Color information

#A12F6A (or 0xA12F6A) is unknown color: approx Rouge. HEX triplet: A1, 2F and 6A. RGB value is (161,47,106). Sum of RGB (Red+Green+Blue) = 161+47+106=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F6A is #5ED095. Grayscale: #575757. Windows color (decimal): -6213782 or 6959009. OLE color: 6959009.

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

Color convert

RGB16147106-
CMYK00.710.340.37
HSL328.95º54.81%40.78%-
HSV(B)328.95º70.81%63.14%-
XYZ18.3210.6514.73-
YUV87.81138.27180.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 47 (18.75% from 255) = 14.97%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=51.27%
G=14.97%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614710600.710.340.37328.9554.8140.78
HexA12F6A04722251493729
Octal24157152010742455116751
Binary10100001101111110101001000111100010100101101001001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F6A; }

 p { color: rgb(161,47,106); }

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

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

 a { background-color: rgb(161,47,106); }

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

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

 span { border-color: rgb(161,47,106); }

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