#A0678F

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

Shades of Mountbatten Pink #A0678F

Tints of Mountbatten Pink #A0678F

Color information

#A0678F (or 0xA0678F) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 67 and 8F. RGB value is (160,103,143). Sum of RGB (Red+Green+Blue) = 160+103+143=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0678F is #5F9870. Grayscale: #7C7C7C. Windows color (decimal): -6264945 or 9398176. OLE color: 9398176.

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

Color convert

RGB160103143-
CMYK00.360.110.37
HSL317.89º23.08%51.57%-
HSV(B)317.89º35.62%62.75%-
XYZ24.3119.1628.4-
YUV124.6138.38153.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=39.41%
G=25.37%
B=35.22%

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
Decimal16010314300.360.110.37317.8923.0851.57
HexA0678F024B2513e1734
Octal24014721704413454762764
Binary101000001100111100011110100100101110010110011111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0678F; }

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

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

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

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

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

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

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

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