#A12F6E

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

Shades of Rouge #A12F6E

Tints of Rouge #A12F6E

Color information

#A12F6E (or 0xA12F6E) is unknown color: approx Rouge. HEX triplet: A1, 2F and 6E. RGB value is (161,47,110). Sum of RGB (Red+Green+Blue) = 161+47+110=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F6E is #5ED091. Grayscale: #585858. Windows color (decimal): -6213778 or 7221153. OLE color: 7221153.

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

Color convert

RGB16147110-
CMYK00.710.320.37
HSL326.84º54.81%40.78%-
HSV(B)326.84º70.81%63.14%-
XYZ18.5310.7415.85-
YUV88.27140.27179.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 47 (18.75% from 255) = 14.78%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=50.63%
G=14.78%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614711000.710.320.37326.8454.8140.78
HexA12F6E04720251473729
Octal24157156010740455076751
Binary10100001101111110111001000111100000100101101000111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F6E; }

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

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

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

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

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

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

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

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