Shades of Mountbatten Pink #A06B8C
Tints of Mountbatten Pink #A06B8C
RGB
CMYK
RGB Variations
Color information
#A06B8C (or 0xA06B8C) is known color: Mountbatten Pink. HEX triplet: A0, 6B and 8C. RGB value is (160,107,140). Sum of RGB (Red+Green+Blue) = 160+107+140=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B8C is #5F9473. Grayscale: #7E7E7E. Windows color (decimal): -6263924 or 9202592. OLE color: 9202592.
HSL color Cylindrical-coordinate representation of color #A06B8C: hue angle of 322.64º 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 #A06B8C is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 140 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.37 |
| HSL | 322.64º | 0.22% | 0.52% | - |
| HSV(B) | 322.64º | 0.33% | 0.63% | - |
| XYZ | 24.49 | 19.88 | 27.36 | - |
| YUV | 126.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 140 | 0 | 0.33 | 0.12 | 0.37 | 322.64 | 0.22 | 0.52 |
| Hex | A0 | 6B | 8C | 0 | 21 | C | 25 | 143 | 16 | 34 |
| Octal | 240 | 153 | 214 | 0 | 41 | 14 | 45 | 503 | 26 | 64 |
| Binary | 10100000 | 1101011 | 10001100 | 0 | 100001 | 1100 | 100101 | 101000011 | 10110 | 110100 |
Color Harmonies of #A06B8C
Complementary color
Monochromatic Colors of #A06B8C
Black with #A06B8C
Text Example
Text Example
White with #A06B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B8C; }
p { color: rgb(160,107,140); }
H1.HeaderClassName
{
color: #A06B8C;
}
.AnyTagClassName
{
color: #A06B8C;
}
</style>
background-color css
<style>
a { background-color: #A06B8C; }
a { background-color: rgb(160,107,140); }
div.DivClassName
{
background-color: #A06B8C;
}
.BgClassName
{
background-color: #A06B8C;
}
</style>
border-color css
<style>
span { border-color: #A06B8C; }
span { border-color: rgb(160,107,140); }
td.TdClassName
{
border-color: #A06B8C;
}
.TagClassName
{
border-color: #A06B8C;
}
</style>