#A66894

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

Shades of Mountbatten Pink #A66894

Tints of Mountbatten Pink #A66894

Color information

#A66894 (or 0xA66894) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 68 and 94. RGB value is (166,104,148). Sum of RGB (Red+Green+Blue) = 166+104+148=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A66894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66894 is #59976B. Grayscale: #7F7F7F. Windows color (decimal): -5871468 or 9726118. OLE color: 9726118.

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

Color convert

RGB166104148-
CMYK00.370.110.35
HSL317.42º25.83%52.94%-
HSV(B)317.42º37.35%65.1%-
XYZ26.0220.1530.53-
YUV127.55139.54155.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=39.71%
G=24.88%
B=35.41%

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
Decimal16610414800.370.110.35317.4225.8352.94
HexA66894025B2313d1a35
Octal24615022404513434753265
Binary101001101101000100101000100101101110001110011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66894; }

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

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

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

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

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

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

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

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