#A46F8A

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

Shades of Mountbatten Pink #A46F8A

Tints of Mountbatten Pink #A46F8A

Color information

#A46F8A (or 0xA46F8A) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6F and 8A. RGB value is (164,111,138). Sum of RGB (Red+Green+Blue) = 164+111+138=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F8A is #5B9075. Grayscale: #818181. Windows color (decimal): -6000758 or 9072548. OLE color: 9072548.

HSL color Cylindrical-coordinate representation of color #A46F8A: hue angle of 329.43º 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 #A46F8A is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164111138-
CMYK00.320.160.36
HSL329.43º22.55%53.92%-
HSV(B)329.43º32.32%64.31%-
XYZ25.5821.126.77-
YUV129.93132.56152.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=39.71%
G=26.88%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411113800.320.160.36329.4322.5553.92
HexA46F8A02010241491736
Octal24415721204020445112766
Binary1010010011011111000101001000001000010010010100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F8A; }

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

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

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

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

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

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

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

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