#A0678E

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

Shades of Mountbatten Pink #A0678E

Tints of Mountbatten Pink #A0678E

Color information

#A0678E (or 0xA0678E) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 67 and 8E. RGB value is (160,103,142). Sum of RGB (Red+Green+Blue) = 160+103+142=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A0678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0678E is #5F9871. Grayscale: #7C7C7C. Windows color (decimal): -6264946 or 9332640. OLE color: 9332640.

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

Color convert

RGB160103142-
CMYK00.360.110.37
HSL318.95º23.08%51.57%-
HSV(B)318.95º35.62%62.75%-
XYZ24.2319.1328.01-
YUV124.49137.88153.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=39.51%
G=25.43%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010314200.360.110.37318.9523.0851.57
HexA0678E024B2513f1734
Octal24014721604413454772764
Binary101000001100111100011100100100101110010110011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0678E; }

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

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

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

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

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

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

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

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