#A66C94

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

Shades of Mountbatten Pink #A66C94

Tints of Mountbatten Pink #A66C94

Color information

#A66C94 (or 0xA66C94) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6C and 94. RGB value is (166,108,148). Sum of RGB (Red+Green+Blue) = 166+108+148=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C94 is #59936B. Grayscale: #818181. Windows color (decimal): -5870444 or 9727142. OLE color: 9727142.

HSL color Cylindrical-coordinate representation of color #A66C94: hue angle of 318.62º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A66C94 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB166108148-
CMYK00.350.110.35
HSL318.62º24.58%53.73%-
HSV(B)318.62º34.94%65.1%-
XYZ26.4320.9730.67-
YUV129.9138.22153.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=39.34%
G=25.59%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610814800.350.110.35318.6224.5853.73
HexA66C94023B2313f1936
Octal24615422404313434773166
Binary101001101101100100101000100011101110001110011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C94; }

 p { color: rgb(166,108,148); }

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

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

 a { background-color: rgb(166,108,148); }

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

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

 span { border-color: rgb(166,108,148); }

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