#A7708E

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

Shades of Mountbatten Pink #A7708E

Tints of Mountbatten Pink #A7708E

Color information

#A7708E (or 0xA7708E) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 70 and 8E. RGB value is (167,112,142). Sum of RGB (Red+Green+Blue) = 167+112+142=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A7708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7708E is #588F71. Grayscale: #838383. Windows color (decimal): -5803890 or 9334951. OLE color: 9334951.

HSL color Cylindrical-coordinate representation of color #A7708E: hue angle of 327.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7708E is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB167112142-
CMYK00.330.150.35
HSL327.27º23.81%54.71%-
HSV(B)327.27º32.93%65.49%-
XYZ26.6121.7628.39-
YUV131.86133.72153.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=39.67%
G=26.60%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711214200.330.150.35327.2723.8154.71
HexA7708E021F231471837
Octal24716021604117435073067
Binary101001111110000100011100100001111110001110100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7708E; }

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

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

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

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

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

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

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

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