Shades of Mountbatten Pink #AF6391
Tints of Mountbatten Pink #AF6391
RGB
CMYK
RGB Variations
Color information
#AF6391 (or 0xAF6391) is known color: Mountbatten Pink. HEX triplet: AF, 63 and 91. RGB value is (175,99,145). Sum of RGB (Red+Green+Blue) = 175+99+145=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6391 is #509C6E. Grayscale: #7E7E7E. Windows color (decimal): -5282927 or 9528239. OLE color: 9528239.
HSL color Cylindrical-coordinate representation of color #AF6391: hue angle of 323.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6391 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 145 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.31 |
| HSL | 323.68º | 0.32% | 0.54% | - |
| HSV(B) | 323.68º | 0.43% | 0.69% | - |
| XYZ | 27.25 | 20.08 | 29.23 | - |
| YUV | 126.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 145 | 0 | 0.43 | 0.17 | 0.31 | 323.68 | 0.32 | 0.54 |
| Hex | AF | 63 | 91 | 0 | 2B | 11 | 1F | 144 | 20 | 36 |
| Octal | 257 | 143 | 221 | 0 | 53 | 21 | 37 | 504 | 40 | 66 |
| Binary | 10101111 | 1100011 | 10010001 | 0 | 101011 | 10001 | 11111 | 101000100 | 100000 | 110110 |
Color Harmonies of #AF6391
Complementary color
Monochromatic Colors of #AF6391
Black with #AF6391
Text Example
Text Example
White with #AF6391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6391; }
p { color: rgb(175,99,145); }
H1.HeaderClassName
{
color: #AF6391;
}
.AnyTagClassName
{
color: #AF6391;
}
</style>
background-color css
<style>
a { background-color: #AF6391; }
a { background-color: rgb(175,99,145); }
div.DivClassName
{
background-color: #AF6391;
}
.BgClassName
{
background-color: #AF6391;
}
</style>
border-color css
<style>
span { border-color: #AF6391; }
span { border-color: rgb(175,99,145); }
td.TdClassName
{
border-color: #AF6391;
}
.TagClassName
{
border-color: #AF6391;
}
</style>