#A6758E

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

Shades of Mountbatten Pink #A6758E

Tints of Mountbatten Pink #A6758E

Color information

#A6758E (or 0xA6758E) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 75 and 8E. RGB value is (166,117,142). Sum of RGB (Red+Green+Blue) = 166+117+142=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6758E is #598A71. Grayscale: #868686. Windows color (decimal): -5868146 or 9336230. OLE color: 9336230.

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

Color convert

RGB166117142-
CMYK00.300.140.35
HSL329.39º21.59%55.49%-
HSV(B)329.39º29.52%65.1%-
XYZ26.9722.7828.57-
YUV134.5132.23150.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=39.06%
G=27.53%
B=33.41%

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
Decimal16611714200.300.140.35329.3921.5955.49
HexA6758E01EE231491637
Octal24616521603616435112667
Binary10100110111010110001110011110111010001110100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6758E; }

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

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

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

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

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

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

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

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