#A2728C

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

Shades of Mountbatten Pink #A2728C

Tints of Mountbatten Pink #A2728C

Color information

#A2728C (or 0xA2728C) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 8C. RGB value is (162,114,140). Sum of RGB (Red+Green+Blue) = 162+114+140=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2728C is #5D8D73. Grayscale: #838383. Windows color (decimal): -6131060 or 9204386. OLE color: 9204386.

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

Color convert

RGB162114140-
CMYK00.300.140.36
HSL327.5º20.51%54.12%-
HSV(B)327.5º29.63%63.53%-
XYZ25.6521.6127.63-
YUV131.32132.9149.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=38.94%
G=27.40%
B=33.65%

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
Decimal16211414000.300.140.36327.520.5154.12
HexA2728C01EE241481536
Octal24216221403616445102566
Binary10100010111001010001100011110111010010010100100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2728C; }

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

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

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

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

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

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

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

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