#A27195

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

Shades of Mountbatten Pink #A27195

Tints of Mountbatten Pink #A27195

Color information

#A27195 (or 0xA27195) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 71 and 95. RGB value is (162,113,149). Sum of RGB (Red+Green+Blue) = 162+113+149=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A27195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27195 is #5D8E6A. Grayscale: #838383. Windows color (decimal): -6131307 or 9793954. OLE color: 9793954.

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

Color convert

RGB162113149-
CMYK00.300.080.36
HSL315.92º20.85%53.92%-
HSV(B)315.92º30.25%63.53%-
XYZ26.2321.6631.23-
YUV131.76137.73149.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=38.21%
G=26.65%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211314900.300.080.36315.9220.8553.92
HexA2719501E82413c1536
Octal24216122503610444742566
Binary10100010111000110010101011110100010010010011110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27195; }

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

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

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

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

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

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

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

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