#A46F92

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

Shades of Mountbatten Pink #A46F92

Tints of Mountbatten Pink #A46F92

Color information

#A46F92 (or 0xA46F92) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6F and 92. RGB value is (164,111,146). Sum of RGB (Red+Green+Blue) = 164+111+146=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F92 is #5B906D. Grayscale: #828282. Windows color (decimal): -6000750 or 9596836. OLE color: 9596836.

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

Color convert

RGB164111146-
CMYK00.320.110.36
HSL320.38º22.55%53.92%-
HSV(B)320.38º32.32%64.31%-
XYZ26.1821.3429.93-
YUV130.84136.56151.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=38.95%
G=26.37%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411114600.320.110.36320.3822.5553.92
HexA46F92020B241401736
Octal24415722204013445002766
Binary101001001101111100100100100000101110010010100000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F92; }

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

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

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

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

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

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

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

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