Shades of London Hue #AF9AAA
Tints of London Hue #AF9AAA
RGB
CMYK
RGB Variations
Color information
#AF9AAA (or 0xAF9AAA) is known color: London Hue. HEX triplet: AF, 9A and AA. RGB value is (175,154,170). Sum of RGB (Red+Green+Blue) = 175+154+170=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9AAA is #506555. Grayscale: #A2A2A2. Windows color (decimal): -5268822 or 11180719. OLE color: 11180719.
HSL color Cylindrical-coordinate representation of color #AF9AAA: hue angle of 314.29º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AF9AAA is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 170 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.31 |
| HSL | 314.29º | 0.12% | 0.65% | - |
| HSV(B) | 314.29º | 0.12% | 0.69% | - |
| XYZ | 36.49 | 35.13 | 42.89 | - |
| YUV | 162.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 170 | 0 | 0.12 | 0.03 | 0.31 | 314.29 | 0.12 | 0.65 |
| Hex | AF | 9A | AA | 0 | C | 3 | 1F | 13A | C | 41 |
| Octal | 257 | 232 | 252 | 0 | 14 | 3 | 37 | 472 | 14 | 101 |
| Binary | 10101111 | 10011010 | 10101010 | 0 | 1100 | 11 | 11111 | 100111010 | 1100 | 1000001 |
Color Harmonies of #AF9AAA
Complementary color
Monochromatic Colors of #AF9AAA
Black with #AF9AAA
Text Example
Text Example
White with #AF9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9AAA; }
p { color: rgb(175,154,170); }
H1.HeaderClassName
{
color: #AF9AAA;
}
.AnyTagClassName
{
color: #AF9AAA;
}
</style>
background-color css
<style>
a { background-color: #AF9AAA; }
a { background-color: rgb(175,154,170); }
div.DivClassName
{
background-color: #AF9AAA;
}
.BgClassName
{
background-color: #AF9AAA;
}
</style>
border-color css
<style>
span { border-color: #AF9AAA; }
span { border-color: rgb(175,154,170); }
td.TdClassName
{
border-color: #AF9AAA;
}
.TagClassName
{
border-color: #AF9AAA;
}
</style>