#A66992

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

Shades of Mountbatten Pink #A66992

Tints of Mountbatten Pink #A66992

Color information

#A66992 (or 0xA66992) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 69 and 92. RGB value is (166,105,146). Sum of RGB (Red+Green+Blue) = 166+105+146=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66992 is #59966D. Grayscale: #7F7F7F. Windows color (decimal): -5871214 or 9595302. OLE color: 9595302.

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

Color convert

RGB166105146-
CMYK00.370.120.35
HSL319.67º25.52%53.14%-
HSV(B)319.67º36.75%65.1%-
XYZ25.9720.2929.74-
YUV127.91138.21155.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=39.81%
G=25.18%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610514600.370.120.35319.6725.5253.14
HexA66992025C231401a35
Octal24615122204514435003265
Binary101001101101001100100100100101110010001110100000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66992; }

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

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

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

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

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

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

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

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