#A6758B

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

Shades of Mountbatten Pink #A6758B

Tints of Mountbatten Pink #A6758B

Color information

#A6758B (or 0xA6758B) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 75 and 8B. RGB value is (166,117,139). Sum of RGB (Red+Green+Blue) = 166+117+139=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6758B is #598A74. Grayscale: #868686. Windows color (decimal): -5868149 or 9139622. OLE color: 9139622.

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

Color convert

RGB166117139-
CMYK00.300.160.35
HSL333.06º21.59%55.49%-
HSV(B)333.06º29.52%65.1%-
XYZ26.7522.6927.4-
YUV134.16130.73150.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=39.34%
G=27.73%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611713900.300.160.35333.0621.5955.49
HexA6758B01E102314d1637
Octal24616521303620435152667
Binary101001101110101100010110111101000010001110100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6758B; }

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

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

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

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

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

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

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

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