Shades of London Hue #AF96A8
Tints of London Hue #AF96A8
RGB
CMYK
RGB Variations
Color information
#AF96A8 (or 0xAF96A8) is known color: London Hue. HEX triplet: AF, 96 and A8. RGB value is (175,150,168). Sum of RGB (Red+Green+Blue) = 175+150+168=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF96A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF96A8 is #506957. Grayscale: #9F9F9F. Windows color (decimal): -5269848 or 11048623. OLE color: 11048623.
HSL color Cylindrical-coordinate representation of color #AF96A8: hue angle of 316.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF96A8 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 168 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.31 |
| HSL | 316.8º | 0.14% | 0.64% | - |
| HSV(B) | 316.8º | 0.14% | 0.69% | - |
| XYZ | 35.65 | 33.75 | 41.68 | - |
| YUV | 159.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 168 | 0 | 0.14 | 0.04 | 0.31 | 316.8 | 0.14 | 0.64 |
| Hex | AF | 96 | A8 | 0 | E | 4 | 1F | 13D | E | 40 |
| Octal | 257 | 226 | 250 | 0 | 16 | 4 | 37 | 475 | 16 | 100 |
| Binary | 10101111 | 10010110 | 10101000 | 0 | 1110 | 100 | 11111 | 100111101 | 1110 | 1000000 |
Color Harmonies of #AF96A8
Complementary color
Monochromatic Colors of #AF96A8
Black with #AF96A8
Text Example
Text Example
White with #AF96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96A8; }
p { color: rgb(175,150,168); }
H1.HeaderClassName
{
color: #AF96A8;
}
.AnyTagClassName
{
color: #AF96A8;
}
</style>
background-color css
<style>
a { background-color: #AF96A8; }
a { background-color: rgb(175,150,168); }
div.DivClassName
{
background-color: #AF96A8;
}
.BgClassName
{
background-color: #AF96A8;
}
</style>
border-color css
<style>
span { border-color: #AF96A8; }
span { border-color: rgb(175,150,168); }
td.TdClassName
{
border-color: #AF96A8;
}
.TagClassName
{
border-color: #AF96A8;
}
</style>