#A3728E

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

Shades of Mountbatten Pink #A3728E

Tints of Mountbatten Pink #A3728E

Color information

#A3728E (or 0xA3728E) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 72 and 8E. RGB value is (163,114,142). Sum of RGB (Red+Green+Blue) = 163+114+142=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3728E is #5C8D71. Grayscale: #838383. Windows color (decimal): -6065522 or 9335459. OLE color: 9335459.

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

Color convert

RGB163114142-
CMYK00.300.130.36
HSL325.71º21.03%54.31%-
HSV(B)325.71º30.06%63.92%-
XYZ2621.7728.42-
YUV131.84133.73150.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=38.90%
G=27.21%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311414200.300.130.36325.7121.0354.31
HexA3728E01ED241461536
Octal24316221603615445062566
Binary10100011111001010001110011110110110010010100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3728E; }

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

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

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

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

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

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

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

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