#A66B94

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

Shades of Mountbatten Pink #A66B94

Tints of Mountbatten Pink #A66B94

Color information

#A66B94 (or 0xA66B94) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6B and 94. RGB value is (166,107,148). Sum of RGB (Red+Green+Blue) = 166+107+148=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B94 is #59946B. Grayscale: #818181. Windows color (decimal): -5870700 or 9726886. OLE color: 9726886.

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

Color convert

RGB166107148-
CMYK00.360.110.35
HSL318.31º24.89%53.53%-
HSV(B)318.31º35.54%65.1%-
XYZ26.3320.7630.64-
YUV129.32138.55154.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=39.43%
G=25.42%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610714800.360.110.35318.3124.8953.53
HexA66B94024B2313e1936
Octal24615322404413434763166
Binary101001101101011100101000100100101110001110011111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B94; }

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

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

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

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

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

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

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

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