Shades of London Hue #AF8FAA
Tints of London Hue #AF8FAA
RGB
CMYK
RGB Variations
Color information
#AF8FAA (or 0xAF8FAA) is known color: London Hue. HEX triplet: AF, 8F and AA. RGB value is (175,143,170). Sum of RGB (Red+Green+Blue) = 175+143+170=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FAA is #507055. Grayscale: #9B9B9B. Windows color (decimal): -5271638 or 11177903. OLE color: 11177903.
HSL color Cylindrical-coordinate representation of color #AF8FAA: hue angle of 309.38º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF8FAA is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 170 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.31 |
| HSL | 309.38º | 0.17% | 0.62% | - |
| HSV(B) | 309.38º | 0.18% | 0.69% | - |
| XYZ | 34.76 | 31.66 | 42.31 | - |
| YUV | 155.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 170 | 0 | 0.18 | 0.03 | 0.31 | 309.38 | 0.17 | 0.62 |
| Hex | AF | 8F | AA | 0 | 12 | 3 | 1F | 135 | 11 | 3E |
| Octal | 257 | 217 | 252 | 0 | 22 | 3 | 37 | 465 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10101010 | 0 | 10010 | 11 | 11111 | 100110101 | 10001 | 111110 |
Color Harmonies of #AF8FAA
Complementary color
Monochromatic Colors of #AF8FAA
Black with #AF8FAA
Text Example
Text Example
White with #AF8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FAA; }
p { color: rgb(175,143,170); }
H1.HeaderClassName
{
color: #AF8FAA;
}
.AnyTagClassName
{
color: #AF8FAA;
}
</style>
background-color css
<style>
a { background-color: #AF8FAA; }
a { background-color: rgb(175,143,170); }
div.DivClassName
{
background-color: #AF8FAA;
}
.BgClassName
{
background-color: #AF8FAA;
}
</style>
border-color css
<style>
span { border-color: #AF8FAA; }
span { border-color: rgb(175,143,170); }
td.TdClassName
{
border-color: #AF8FAA;
}
.TagClassName
{
border-color: #AF8FAA;
}
</style>