#A46591

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

Shades of Mountbatten Pink #A46591

Tints of Mountbatten Pink #A46591

Color information

#A46591 (or 0xA46591) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 65 and 91. RGB value is (164,101,145). Sum of RGB (Red+Green+Blue) = 164+101+145=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A46591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46591 is #5B9A6E. Grayscale: #7C7C7C. Windows color (decimal): -6003311 or 9528740. OLE color: 9528740.

HSL color Cylindrical-coordinate representation of color #A46591: hue angle of 318.1º degrees, saturation: 0.26, 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 #A46591 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB164101145-
CMYK00.380.120.36
HSL318.1º25.71%51.96%-
HSV(B)318.1º38.41%64.31%-
XYZ25.0719.2429.18-
YUV124.85139.37155.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=40%
G=24.63%
B=35.37%

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
Decimal16410114500.380.120.36318.125.7151.96
HexA46591026C2413e1a34
Octal24414522104614444763264
Binary101001001100101100100010100110110010010010011111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46591; }

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

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

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

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

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

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

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

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