#A66791

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

Shades of Mountbatten Pink #A66791

Tints of Mountbatten Pink #A66791

Color information

#A66791 (or 0xA66791) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 67 and 91. RGB value is (166,103,145). Sum of RGB (Red+Green+Blue) = 166+103+145=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66791 is #59986E. Grayscale: #7E7E7E. Windows color (decimal): -5871727 or 9529254. OLE color: 9529254.

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

Color convert

RGB166103145-
CMYK00.380.130.35
HSL320º26.14%52.75%-
HSV(B)320º37.95%65.1%-
XYZ25.6919.8529.27-
YUV126.62138.37156.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=40.10%
G=24.88%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610314500.380.130.3532026.1452.75
HexA66791026D231401a35
Octal24614722104615435003265
Binary101001101100111100100010100110110110001110100000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66791; }

 p { color: rgb(166,103,145); }

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

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

 a { background-color: rgb(166,103,145); }

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

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

 span { border-color: rgb(166,103,145); }

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