#A7758E

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

Shades of Mountbatten Pink #A7758E

Tints of Mountbatten Pink #A7758E

Color information

#A7758E (or 0xA7758E) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 75 and 8E. RGB value is (167,117,142). Sum of RGB (Red+Green+Blue) = 167+117+142=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7758E is #588A71. Grayscale: #868686. Windows color (decimal): -5802610 or 9336231. OLE color: 9336231.

HSL color Cylindrical-coordinate representation of color #A7758E: hue angle of 330º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7758E is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB167117142-
CMYK00.300.150.35
HSL330º22.12%55.69%-
HSV(B)330º29.94%65.49%-
XYZ27.1822.8928.58-
YUV134.8132.06150.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=39.20%
G=27.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711714200.300.150.3533022.1255.69
HexA7758E01EF2314a1638
Octal24716521603617435122670
Binary10100111111010110001110011110111110001110100101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7758E; }

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

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

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

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

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

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

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

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