#A0738E

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

Shades of Mountbatten Pink #A0738E

Tints of Mountbatten Pink #A0738E

Color information

#A0738E (or 0xA0738E) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 73 and 8E. RGB value is (160,115,142). Sum of RGB (Red+Green+Blue) = 160+115+142=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0738E is #5F8C71. Grayscale: #838383. Windows color (decimal): -6261874 or 9335712. OLE color: 9335712.

HSL color Cylindrical-coordinate representation of color #A0738E: hue angle of 324º 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 #A0738E is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB160115142-
CMYK00.280.110.37
HSL324º19.15%53.92%-
HSV(B)324º28.12%62.75%-
XYZ25.5121.6928.43-
YUV131.53133.91148.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=38.37%
G=27.58%
B=34.05%

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
Decimal16011514200.280.110.3732419.1553.92
HexA0738E01CB251441336
Octal24016321603413455042366
Binary10100000111001110001110011100101110010110100010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0738E; }

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

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

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

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

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

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

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

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