#A66C93

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

Shades of Mountbatten Pink #A66C93

Tints of Mountbatten Pink #A66C93

Color information

#A66C93 (or 0xA66C93) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6C and 93. RGB value is (166,108,147). Sum of RGB (Red+Green+Blue) = 166+108+147=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C93 is #59936C. Grayscale: #818181. Windows color (decimal): -5870445 or 9661606. OLE color: 9661606.

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

Color convert

RGB166108147-
CMYK00.350.110.35
HSL319.66º24.58%53.73%-
HSV(B)319.66º34.94%65.1%-
XYZ26.3520.9430.26-
YUV129.79137.72153.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=39.43%
G=25.65%
B=34.92%

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
Decimal16610814700.350.110.35319.6624.5853.73
HexA66C93023B231401936
Octal24615422304313435003166
Binary101001101101100100100110100011101110001110100000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C93; }

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

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

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

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

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

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

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

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