#A7758F

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

Shades of Mountbatten Pink #A7758F

Tints of Mountbatten Pink #A7758F

Color information

#A7758F (or 0xA7758F) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 75 and 8F. RGB value is (167,117,143). Sum of RGB (Red+Green+Blue) = 167+117+143=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A7758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7758F is #588A70. Grayscale: #868686. Windows color (decimal): -5802609 or 9401767. OLE color: 9401767.

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

Color convert

RGB167117143-
CMYK00.300.140.35
HSL328.8º22.12%55.69%-
HSV(B)328.8º29.94%65.49%-
XYZ27.2622.9228.97-
YUV134.91132.56150.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.11%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=39.11%
G=27.40%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711714300.300.140.35328.822.1255.69
HexA7758F01EE231491638
Octal24716521703616435112670
Binary10100111111010110001111011110111010001110100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7758F; }

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

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

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

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

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

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

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

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