#A6678E

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

Shades of Mountbatten Pink #A6678E

Tints of Mountbatten Pink #A6678E

Color information

#A6678E (or 0xA6678E) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 67 and 8E. RGB value is (166,103,142). Sum of RGB (Red+Green+Blue) = 166+103+142=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6678E is #599871. Grayscale: #7E7E7E. Windows color (decimal): -5871730 or 9332646. OLE color: 9332646.

HSL color Cylindrical-coordinate representation of color #A6678E: hue angle of 322.86º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6678E is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB166103142-
CMYK00.380.140.35
HSL322.86º26.14%52.75%-
HSV(B)322.86º37.95%65.1%-
XYZ25.4619.7628.06-
YUV126.28136.87156.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=40.39%
G=25.06%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610314200.380.140.35322.8626.1452.75
HexA6678E026E231431a35
Octal24614721604616435033265
Binary101001101100111100011100100110111010001110100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6678E; }

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

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

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

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

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

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

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

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