#A6778E

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

Shades of Mountbatten Pink #A6778E

Tints of Mountbatten Pink #A6778E

Color information

#A6778E (or 0xA6778E) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 77 and 8E. RGB value is (166,119,142). Sum of RGB (Red+Green+Blue) = 166+119+142=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6778E is #598871. Grayscale: #878787. Windows color (decimal): -5867634 or 9336742. OLE color: 9336742.

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

Color convert

RGB166119142-
CMYK00.280.140.35
HSL330.64º20.89%55.88%-
HSV(B)330.64º28.31%65.1%-
XYZ27.2123.2528.65-
YUV135.67131.57149.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=38.88%
G=27.87%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611914200.280.140.35330.6420.8955.88
HexA6778E01CE2314b1538
Octal24616721603416435132570
Binary10100110111011110001110011100111010001110100101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6778E; }

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

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

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

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

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

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

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

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