#A0838F

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

Shades of Mountbatten Pink #A0838F

Tints of Mountbatten Pink #A0838F

Color information

#A0838F (or 0xA0838F) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 83 and 8F. RGB value is (160,131,143). Sum of RGB (Red+Green+Blue) = 160+131+143=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0838F is #5F7C70. Grayscale: #8D8D8D. Windows color (decimal): -6257777 or 9405344. OLE color: 9405344.

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

Color convert

RGB160131143-
CMYK00.180.110.37
HSL335.17º13.24%57.06%-
HSV(B)335.17º18.13%62.75%-
XYZ27.5725.6929.49-
YUV141.04129.11141.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=36.87%
G=30.18%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013114300.180.110.37335.1713.2457.06
HexA0838F012B2514fd39
Octal24020321702213455171571
Binary10100000100000111000111101001010111001011010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0838F; }

 p { color: rgb(160,131,143); }

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

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

 a { background-color: rgb(160,131,143); }

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

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

 span { border-color: rgb(160,131,143); }

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