#A4718E

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

Shades of Mountbatten Pink #A4718E

Tints of Mountbatten Pink #A4718E

Color information

#A4718E (or 0xA4718E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 71 and 8E. RGB value is (164,113,142). Sum of RGB (Red+Green+Blue) = 164+113+142=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4718E is #5B8E71. Grayscale: #838383. Windows color (decimal): -6000242 or 9335204. OLE color: 9335204.

HSL color Cylindrical-coordinate representation of color #A4718E: hue angle of 325.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4718E is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164113142-
CMYK00.310.130.36
HSL325.88º21.89%54.31%-
HSV(B)325.88º31.1%64.31%-
XYZ26.121.6628.4-
YUV131.56133.9151.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=39.14%
G=26.97%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411314200.310.130.36325.8821.8954.31
HexA4718E01FD241461636
Octal24416121603715445062666
Binary10100100111000110001110011111110110010010100011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4718E; }

 p { color: rgb(164,113,142); }

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

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

 a { background-color: rgb(164,113,142); }

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

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

 span { border-color: rgb(164,113,142); }

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