#A66995

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

Shades of Mountbatten Pink #A66995

Tints of Mountbatten Pink #A66995

Color information

#A66995 (or 0xA66995) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 69 and 95. RGB value is (166,105,149). Sum of RGB (Red+Green+Blue) = 166+105+149=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A66995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66995 is #59966A. Grayscale: #808080. Windows color (decimal): -5871211 or 9791910. OLE color: 9791910.

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

Color convert

RGB166105149-
CMYK00.370.100.35
HSL316.72º25.52%53.14%-
HSV(B)316.72º36.75%65.1%-
XYZ26.220.3830.99-
YUV128.26139.71154.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=39.52%
G=25%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610514900.370.100.35316.7225.5253.14
HexA66995025A2313d1a35
Octal24615122504512434753265
Binary101001101101001100101010100101101010001110011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66995; }

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

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

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

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

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

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

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

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