#A07F91

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

Shades of Mountbatten Pink #A07F91

Tints of Mountbatten Pink #A07F91

Color information

#A07F91 (or 0xA07F91) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 7F and 91. RGB value is (160,127,145). Sum of RGB (Red+Green+Blue) = 160+127+145=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F91 is #5F806E. Grayscale: #8A8A8A. Windows color (decimal): -6258799 or 9535392. OLE color: 9535392.

HSL color Cylindrical-coordinate representation of color #A07F91: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07F91 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB160127145-
CMYK00.210.090.37
HSL327.27º14.8%56.27%-
HSV(B)327.27º20.62%62.75%-
XYZ27.224.730.12-
YUV138.92131.43143.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=37.04%
G=29.40%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012714500.210.090.37327.2714.856.27
HexA07F91015925147f38
Octal24017722102511455071770
Binary1010000011111111001000101010110011001011010001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F91; }

 p { color: rgb(160,127,145); }

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

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

 a { background-color: rgb(160,127,145); }

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

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

 span { border-color: rgb(160,127,145); }

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