#A66F8B

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

Shades of Mountbatten Pink #A66F8B

Tints of Mountbatten Pink #A66F8B

Color information

#A66F8B (or 0xA66F8B) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6F and 8B. RGB value is (166,111,139). Sum of RGB (Red+Green+Blue) = 166+111+139=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F8B is #599074. Grayscale: #828282. Windows color (decimal): -5869685 or 9138086. OLE color: 9138086.

HSL color Cylindrical-coordinate representation of color #A66F8B: hue angle of 329.45º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66F8B is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166111139-
CMYK00.330.160.35
HSL329.45º23.61%54.31%-
HSV(B)329.45º33.13%65.1%-
XYZ26.0721.3427.17-
YUV130.64132.72153.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=39.90%
G=26.68%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611113900.330.160.35329.4523.6154.31
HexA66F8B02110231491836
Octal24615721304120435113066
Binary1010011011011111000101101000011000010001110100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F8B; }

 p { color: rgb(166,111,139); }

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

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

 a { background-color: rgb(166,111,139); }

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

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

 span { border-color: rgb(166,111,139); }

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