#A66994

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

Shades of Mountbatten Pink #A66994

Tints of Mountbatten Pink #A66994

Color information

#A66994 (or 0xA66994) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 69 and 94. RGB value is (166,105,148). Sum of RGB (Red+Green+Blue) = 166+105+148=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A66994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66994 is #59966B. Grayscale: #808080. Windows color (decimal): -5871212 or 9726374. OLE color: 9726374.

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

Color convert

RGB166105148-
CMYK00.370.110.35
HSL317.7º25.52%53.14%-
HSV(B)317.7º36.75%65.1%-
XYZ26.1220.3530.57-
YUV128.14139.21155-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=39.62%
G=25.06%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610514800.370.110.35317.725.5253.14
HexA66994025B2313e1a35
Octal24615122404513434763265
Binary101001101101001100101000100101101110001110011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66994; }

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

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

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

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

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

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

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

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