#A0688F

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

Shades of Mountbatten Pink #A0688F

Tints of Mountbatten Pink #A0688F

Color information

#A0688F (or 0xA0688F) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 68 and 8F. RGB value is (160,104,143). Sum of RGB (Red+Green+Blue) = 160+104+143=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A0688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0688F is #5F9770. Grayscale: #7D7D7D. Windows color (decimal): -6264689 or 9398432. OLE color: 9398432.

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

Color convert

RGB160104143-
CMYK00.350.110.37
HSL318.21º22.76%51.76%-
HSV(B)318.21º35%62.75%-
XYZ24.4119.3628.44-
YUV125.19138.05152.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=39.31%
G=25.55%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010414300.350.110.37318.2122.7651.76
HexA0688F023B2513e1734
Octal24015021704313454762764
Binary101000001101000100011110100011101110010110011111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0688F; }

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

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

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

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

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

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

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

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