Shades of Mountbatten Pink #A06F8A
Tints of Mountbatten Pink #A06F8A
RGB
CMYK
RGB Variations
Color information
#A06F8A (or 0xA06F8A) is known color: Mountbatten Pink. HEX triplet: A0, 6F and 8A. RGB value is (160,111,138). Sum of RGB (Red+Green+Blue) = 160+111+138=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06F8A is #5F9075. Grayscale: #808080. Windows color (decimal): -6262902 or 9072544. OLE color: 9072544.
HSL color Cylindrical-coordinate representation of color #A06F8A: hue angle of 326.94º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06F8A is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 138 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.37 |
| HSL | 326.94º | 0.21% | 0.53% | - |
| HSV(B) | 326.94º | 0.31% | 0.63% | - |
| XYZ | 24.77 | 20.68 | 26.73 | - |
| YUV | 128.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 138 | 0 | 0.31 | 0.14 | 0.37 | 326.94 | 0.21 | 0.53 |
| Hex | A0 | 6F | 8A | 0 | 1F | E | 25 | 147 | 15 | 35 |
| Octal | 240 | 157 | 212 | 0 | 37 | 16 | 45 | 507 | 25 | 65 |
| Binary | 10100000 | 1101111 | 10001010 | 0 | 11111 | 1110 | 100101 | 101000111 | 10101 | 110101 |
Color Harmonies of #A06F8A
Complementary color
Monochromatic Colors of #A06F8A
Black with #A06F8A
Text Example
Text Example
White with #A06F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F8A; }
p { color: rgb(160,111,138); }
H1.HeaderClassName
{
color: #A06F8A;
}
.AnyTagClassName
{
color: #A06F8A;
}
</style>
background-color css
<style>
a { background-color: #A06F8A; }
a { background-color: rgb(160,111,138); }
div.DivClassName
{
background-color: #A06F8A;
}
.BgClassName
{
background-color: #A06F8A;
}
</style>
border-color css
<style>
span { border-color: #A06F8A; }
span { border-color: rgb(160,111,138); }
td.TdClassName
{
border-color: #A06F8A;
}
.TagClassName
{
border-color: #A06F8A;
}
</style>