#A66890

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

Shades of Mountbatten Pink #A66890

Tints of Mountbatten Pink #A66890

Color information

#A66890 (or 0xA66890) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 68 and 90. RGB value is (166,104,144). Sum of RGB (Red+Green+Blue) = 166+104+144=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66890 is #59976F. Grayscale: #7F7F7F. Windows color (decimal): -5871472 or 9463974. OLE color: 9463974.

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

Color convert

RGB166104144-
CMYK00.370.130.35
HSL321.29º25.83%52.94%-
HSV(B)321.29º37.35%65.1%-
XYZ25.7120.0228.89-
YUV127.1137.54155.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=40.10%
G=25.12%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610414400.370.130.35321.2925.8352.94
HexA66890025D231411a35
Octal24615022004515435013265
Binary101001101101000100100000100101110110001110100000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66890; }

 p { color: rgb(166,104,144); }

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

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

 a { background-color: rgb(166,104,144); }

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

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

 span { border-color: rgb(166,104,144); }

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