#A46F91

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

Shades of Mountbatten Pink #A46F91

Tints of Mountbatten Pink #A46F91

Color information

#A46F91 (or 0xA46F91) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6F and 91. RGB value is (164,111,145). Sum of RGB (Red+Green+Blue) = 164+111+145=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F91 is #5B906E. Grayscale: #828282. Windows color (decimal): -6000751 or 9531300. OLE color: 9531300.

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

Color convert

RGB164111145-
CMYK00.320.120.36
HSL321.51º22.55%53.92%-
HSV(B)321.51º32.32%64.31%-
XYZ26.1121.3129.52-
YUV130.72136.06151.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=39.05%
G=26.43%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411114500.320.120.36321.5122.5553.92
HexA46F91020C241421736
Octal24415722104014445022766
Binary101001001101111100100010100000110010010010100001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F91; }

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

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

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

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

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

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

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

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