#A27196

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

Shades of Mountbatten Pink #A27196

Tints of Mountbatten Pink #A27196

Color information

#A27196 (or 0xA27196) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 71 and 96. RGB value is (162,113,150). Sum of RGB (Red+Green+Blue) = 162+113+150=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A27196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27196 is #5D8E69. Grayscale: #838383. Windows color (decimal): -6131306 or 9859490. OLE color: 9859490.

HSL color Cylindrical-coordinate representation of color #A27196: hue angle of 314.69º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27196 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB162113150-
CMYK00.300.070.36
HSL314.69º20.85%53.92%-
HSV(B)314.69º30.25%63.53%-
XYZ26.3121.6931.65-
YUV131.87138.23149.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=38.12%
G=26.59%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211315000.300.070.36314.6920.8553.92
HexA2719601E72413b1536
Octal2421612260367444732566
Binary1010001011100011001011001111011110010010011101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27196; }

 p { color: rgb(162,113,150); }

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

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

 a { background-color: rgb(162,113,150); }

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

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

 span { border-color: rgb(162,113,150); }

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