#A0728F

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

Shades of Mountbatten Pink #A0728F

Tints of Mountbatten Pink #A0728F

Color information

#A0728F (or 0xA0728F) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 72 and 8F. RGB value is (160,114,143). Sum of RGB (Red+Green+Blue) = 160+114+143=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0728F is #5F8D70. Grayscale: #828282. Windows color (decimal): -6262129 or 9400992. OLE color: 9400992.

HSL color Cylindrical-coordinate representation of color #A0728F: hue angle of 322.17º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0728F is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB160114143-
CMYK00.290.110.37
HSL322.17º19.49%53.73%-
HSV(B)322.17º28.75%62.75%-
XYZ25.4721.4928.79-
YUV131.06134.74148.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=38.37%
G=27.34%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011414300.290.110.37322.1719.4953.73
HexA0728F01DB251421336
Octal24016221703513455022366
Binary10100000111001010001111011101101110010110100001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0728F; }

 p { color: rgb(160,114,143); }

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

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

 a { background-color: rgb(160,114,143); }

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

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

 span { border-color: rgb(160,114,143); }

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