#A67390

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

Shades of Mountbatten Pink #A67390

Tints of Mountbatten Pink #A67390

Color information

#A67390 (or 0xA67390) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 73 and 90. RGB value is (166,115,144). Sum of RGB (Red+Green+Blue) = 166+115+144=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A67390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67390 is #598C6F. Grayscale: #858585. Windows color (decimal): -5868656 or 9466790. OLE color: 9466790.

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

Color convert

RGB166115144-
CMYK00.310.130.35
HSL325.88º22.27%55.1%-
HSV(B)325.88º30.72%65.1%-
XYZ26.8922.3829.29-
YUV133.56133.9151.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=39.06%
G=27.06%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611514400.310.130.35325.8822.2755.1
HexA6739001FD231461637
Octal24616322003715435062667
Binary10100110111001110010000011111110110001110100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67390; }

 p { color: rgb(166,115,144); }

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

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

 a { background-color: rgb(166,115,144); }

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

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

 span { border-color: rgb(166,115,144); }

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