#A67491

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

Shades of Mountbatten Pink #A67491

Tints of Mountbatten Pink #A67491

Color information

#A67491 (or 0xA67491) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 74 and 91. RGB value is (166,116,145). Sum of RGB (Red+Green+Blue) = 166+116+145=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A67491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67491 is #598B6E. Grayscale: #868686. Windows color (decimal): -5868399 or 9532582. OLE color: 9532582.

HSL color Cylindrical-coordinate representation of color #A67491: hue angle of 325.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67491 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166116145-
CMYK00.300.130.35
HSL325.2º21.93%55.29%-
HSV(B)325.2º30.12%65.1%-
XYZ27.0822.6429.73-
YUV134.26134.06150.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=38.88%
G=27.17%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611614500.300.130.35325.221.9355.29
HexA6749101ED231451637
Octal24616422103615435052667
Binary10100110111010010010001011110110110001110100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67491; }

 p { color: rgb(166,116,145); }

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

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

 a { background-color: rgb(166,116,145); }

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

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

 span { border-color: rgb(166,116,145); }

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