#A46691

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

Shades of Mountbatten Pink #A46691

Tints of Mountbatten Pink #A46691

Color information

#A46691 (or 0xA46691) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 66 and 91. RGB value is (164,102,145). Sum of RGB (Red+Green+Blue) = 164+102+145=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A46691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46691 is #5B996E. Grayscale: #7D7D7D. Windows color (decimal): -6003055 or 9528996. OLE color: 9528996.

HSL color Cylindrical-coordinate representation of color #A46691: hue angle of 318.39º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46691 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB164102145-
CMYK00.380.120.36
HSL318.39º25.41%52.16%-
HSV(B)318.39º37.8%64.31%-
XYZ25.1719.4429.21-
YUV125.44139.04155.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=39.90%
G=24.82%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410214500.380.120.36318.3925.4152.16
HexA46691026C2413e1934
Octal24414622104614444763164
Binary101001001100110100100010100110110010010010011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46691; }

 p { color: rgb(164,102,145); }

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

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

 a { background-color: rgb(164,102,145); }

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

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

 span { border-color: rgb(164,102,145); }

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