#A2728B

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

Shades of Mountbatten Pink #A2728B

Tints of Mountbatten Pink #A2728B

Color information

#A2728B (or 0xA2728B) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 8B. RGB value is (162,114,139). Sum of RGB (Red+Green+Blue) = 162+114+139=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2728B is #5D8D74. Grayscale: #838383. Windows color (decimal): -6131061 or 9138850. OLE color: 9138850.

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

Color convert

RGB162114139-
CMYK00.300.140.36
HSL328.75º20.51%54.12%-
HSV(B)328.75º29.63%63.53%-
XYZ25.5821.5827.24-
YUV131.2132.4149.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=39.04%
G=27.47%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211413900.300.140.36328.7520.5154.12
HexA2728B01EE241491536
Octal24216221303616445112566
Binary10100010111001010001011011110111010010010100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2728B; }

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

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

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

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

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

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

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

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