#A66692

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

Shades of Mountbatten Pink #A66692

Tints of Mountbatten Pink #A66692

Color information

#A66692 (or 0xA66692) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 66 and 92. RGB value is (166,102,146). Sum of RGB (Red+Green+Blue) = 166+102+146=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66692 is #59996D. Grayscale: #7E7E7E. Windows color (decimal): -5871982 or 9594534. OLE color: 9594534.

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

Color convert

RGB166102146-
CMYK00.390.120.35
HSL318.75º26.45%52.55%-
HSV(B)318.75º38.55%65.1%-
XYZ25.6719.6929.64-
YUV126.15139.2156.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=40.10%
G=24.64%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610214600.390.120.35318.7526.4552.55
HexA66692027C2313f1a35
Octal24614622204714434773265
Binary101001101100110100100100100111110010001110011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66692; }

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

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

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

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

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

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

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

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