#A07991

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

Shades of Mountbatten Pink #A07991

Tints of Mountbatten Pink #A07991

Color information

#A07991 (or 0xA07991) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 79 and 91. RGB value is (160,121,145). Sum of RGB (Red+Green+Blue) = 160+121+145=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A07991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07991 is #5F866E. Grayscale: #878787. Windows color (decimal): -6260335 or 9533856. OLE color: 9533856.

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

Color convert

RGB160121145-
CMYK00.240.090.37
HSL323.08º17.03%55.1%-
HSV(B)323.08º24.38%62.75%-
XYZ26.4523.1929.87-
YUV135.4133.42145.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=37.56%
G=28.40%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012114500.240.090.37323.0817.0355.1
HexA079910189251431137
Octal24017122103011455032167
Binary10100000111100110010001011000100110010110100001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07991; }

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

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

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

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

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

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

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

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