#A0738F

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

Shades of Mountbatten Pink #A0738F

Tints of Mountbatten Pink #A0738F

Color information

#A0738F (or 0xA0738F) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 73 and 8F. RGB value is (160,115,143). Sum of RGB (Red+Green+Blue) = 160+115+143=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0738F is #5F8C70. Grayscale: #838383. Windows color (decimal): -6261873 or 9401248. OLE color: 9401248.

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

Color convert

RGB160115143-
CMYK00.280.110.37
HSL322.67º19.15%53.92%-
HSV(B)322.67º28.12%62.75%-
XYZ25.5921.7228.83-
YUV131.65134.41148.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=38.28%
G=27.51%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011514300.280.110.37322.6719.1553.92
HexA0738F01CB251431336
Octal24016321703413455032366
Binary10100000111001110001111011100101110010110100001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0738F; }

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

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

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

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

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

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

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

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