#A0758B

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

Shades of Mountbatten Pink #A0758B

Tints of Mountbatten Pink #A0758B

Color information

#A0758B (or 0xA0758B) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 75 and 8B. RGB value is (160,117,139). Sum of RGB (Red+Green+Blue) = 160+117+139=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0758B is #5F8A74. Grayscale: #848484. Windows color (decimal): -6261365 or 9139616. OLE color: 9139616.

HSL color Cylindrical-coordinate representation of color #A0758B: hue angle of 329.3º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0758B is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB160117139-
CMYK00.270.130.37
HSL329.3º18.45%54.31%-
HSV(B)329.3º26.88%62.75%-
XYZ25.5222.0627.34-
YUV132.36131.75147.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=38.46%
G=28.12%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011713900.270.130.37329.318.4554.31
HexA0758B01BD251491236
Octal24016521303315455112266
Binary10100000111010110001011011011110110010110100100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0758B; }

 p { color: rgb(160,117,139); }

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

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

 a { background-color: rgb(160,117,139); }

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

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

 span { border-color: rgb(160,117,139); }

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