#A2728E

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

Shades of Mountbatten Pink #A2728E

Tints of Mountbatten Pink #A2728E

Color information

#A2728E (or 0xA2728E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 8E. RGB value is (162,114,142). Sum of RGB (Red+Green+Blue) = 162+114+142=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2728E is #5D8D71. Grayscale: #838383. Windows color (decimal): -6131058 or 9335458. OLE color: 9335458.

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

Color convert

RGB162114142-
CMYK00.300.120.36
HSL325º20.51%54.12%-
HSV(B)325º29.63%63.53%-
XYZ25.821.6728.41-
YUV131.54133.9149.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=38.76%
G=27.27%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211414200.300.120.3632520.5154.12
HexA2728E01EC241451536
Octal24216221603614445052566
Binary10100010111001010001110011110110010010010100010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2728E; }

 p { color: rgb(162,114,142); }

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

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

 a { background-color: rgb(162,114,142); }

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

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

 span { border-color: rgb(162,114,142); }

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