#A06B8E

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

Shades of Mountbatten Pink #A06B8E

Tints of Mountbatten Pink #A06B8E

Color information

#A06B8E (or 0xA06B8E) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 6B and 8E. RGB value is (160,107,142). Sum of RGB (Red+Green+Blue) = 160+107+142=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B8E is #5F9471. Grayscale: #7E7E7E. Windows color (decimal): -6263922 or 9333664. OLE color: 9333664.

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

Color convert

RGB160107142-
CMYK00.330.110.37
HSL320.38º21.81%52.35%-
HSV(B)320.38º33.13%62.75%-
XYZ24.6419.9428.14-
YUV126.84136.56151.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=39.12%
G=26.16%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010714200.330.110.37320.3821.8152.35
HexA06B8E021B251401634
Octal24015321604113455002664
Binary101000001101011100011100100001101110010110100000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B8E; }

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

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

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

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

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

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

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

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