#A66693

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

Shades of Mountbatten Pink #A66693

Tints of Mountbatten Pink #A66693

Color information

#A66693 (or 0xA66693) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 66 and 93. RGB value is (166,102,147). Sum of RGB (Red+Green+Blue) = 166+102+147=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A66693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66693 is #59996C. Grayscale: #7E7E7E. Windows color (decimal): -5871981 or 9660070. OLE color: 9660070.

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

Color convert

RGB166102147-
CMYK00.390.110.35
HSL317.81º26.45%52.55%-
HSV(B)317.81º38.55%65.1%-
XYZ25.7419.7230.05-
YUV126.27139.7156.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=40%
G=24.58%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610214700.390.110.35317.8126.4552.55
HexA66693027B2313e1a35
Octal24614622304713434763265
Binary101001101100110100100110100111101110001110011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66693; }

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

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

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

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

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

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

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

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