Shades of London Hue #AF92AA
Tints of London Hue #AF92AA
RGB
CMYK
RGB Variations
Color information
#AF92AA (or 0xAF92AA) is known color: London Hue. HEX triplet: AF, 92 and AA. RGB value is (175,146,170). Sum of RGB (Red+Green+Blue) = 175+146+170=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF92AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF92AA is #506D55. Grayscale: #9D9D9D. Windows color (decimal): -5270870 or 11178671. OLE color: 11178671.
HSL color Cylindrical-coordinate representation of color #AF92AA: hue angle of 310.34º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF92AA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 170 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.31 |
| HSL | 310.34º | 0.15% | 0.63% | - |
| HSV(B) | 310.34º | 0.17% | 0.69% | - |
| XYZ | 35.21 | 32.57 | 42.46 | - |
| YUV | 157.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 170 | 0 | 0.17 | 0.03 | 0.31 | 310.34 | 0.15 | 0.63 |
| Hex | AF | 92 | AA | 0 | 11 | 3 | 1F | 136 | F | 3F |
| Octal | 257 | 222 | 252 | 0 | 21 | 3 | 37 | 466 | 17 | 77 |
| Binary | 10101111 | 10010010 | 10101010 | 0 | 10001 | 11 | 11111 | 100110110 | 1111 | 111111 |
Color Harmonies of #AF92AA
Complementary color
Monochromatic Colors of #AF92AA
Black with #AF92AA
Text Example
Text Example
White with #AF92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92AA; }
p { color: rgb(175,146,170); }
H1.HeaderClassName
{
color: #AF92AA;
}
.AnyTagClassName
{
color: #AF92AA;
}
</style>
background-color css
<style>
a { background-color: #AF92AA; }
a { background-color: rgb(175,146,170); }
div.DivClassName
{
background-color: #AF92AA;
}
.BgClassName
{
background-color: #AF92AA;
}
</style>
border-color css
<style>
span { border-color: #AF92AA; }
span { border-color: rgb(175,146,170); }
td.TdClassName
{
border-color: #AF92AA;
}
.TagClassName
{
border-color: #AF92AA;
}
</style>