#A46C91

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

Shades of Mountbatten Pink #A46C91

Tints of Mountbatten Pink #A46C91

Color information

#A46C91 (or 0xA46C91) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6C and 91. RGB value is (164,108,145). Sum of RGB (Red+Green+Blue) = 164+108+145=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C91 is #5B936E. Grayscale: #808080. Windows color (decimal): -6001519 or 9530532. OLE color: 9530532.

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

Color convert

RGB164108145-
CMYK00.340.120.36
HSL320.36º23.53%53.33%-
HSV(B)320.36º34.15%64.31%-
XYZ25.7820.6629.42-
YUV128.96137.05152.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=39.33%
G=25.90%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410814500.340.120.36320.3623.5353.33
HexA46C91022C241401835
Octal24415422104214445003065
Binary101001001101100100100010100010110010010010100000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C91; }

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

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

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

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

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

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

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

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