#A4708E

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

Shades of Mountbatten Pink #A4708E

Tints of Mountbatten Pink #A4708E

Color information

#A4708E (or 0xA4708E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 70 and 8E. RGB value is (164,112,142). Sum of RGB (Red+Green+Blue) = 164+112+142=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4708E is #5B8F71. Grayscale: #828282. Windows color (decimal): -6000498 or 9334948. OLE color: 9334948.

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

Color convert

RGB164112142-
CMYK00.320.130.36
HSL325.38º22.22%54.12%-
HSV(B)325.38º31.71%64.31%-
XYZ25.9921.4328.36-
YUV130.97134.23151.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=39.23%
G=26.79%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411214200.320.130.36325.3822.2254.12
HexA4708E020D241451636
Octal24416021604015445052666
Binary101001001110000100011100100000110110010010100010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4708E; }

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

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

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

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

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

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

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

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