Shades of London Hue #AF8FAC
Tints of London Hue #AF8FAC
RGB
CMYK
RGB Variations
Color information
#AF8FAC (or 0xAF8FAC) is known color: London Hue. HEX triplet: AF, 8F and AC. RGB value is (175,143,172). Sum of RGB (Red+Green+Blue) = 175+143+172=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FAC is #507053. Grayscale: #9B9B9B. Windows color (decimal): -5271636 or 11308975. OLE color: 11308975.
HSL color Cylindrical-coordinate representation of color #AF8FAC: hue angle of 305.62º 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 #AF8FAC is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 172 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.31 |
| HSL | 305.63º | 0.17% | 0.62% | - |
| HSV(B) | 305.63º | 0.18% | 0.69% | - |
| XYZ | 34.95 | 31.74 | 43.31 | - |
| YUV | 155.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 172 | 0 | 0.18 | 0.02 | 0.31 | 305.63 | 0.17 | 0.62 |
| Hex | AF | 8F | AC | 0 | 12 | 2 | 1F | 132 | 11 | 3E |
| Octal | 257 | 217 | 254 | 0 | 22 | 2 | 37 | 462 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10101100 | 0 | 10010 | 10 | 11111 | 100110010 | 10001 | 111110 |
Color Harmonies of #AF8FAC
Complementary color
Monochromatic Colors of #AF8FAC
Black with #AF8FAC
Text Example
Text Example
White with #AF8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FAC; }
p { color: rgb(175,143,172); }
H1.HeaderClassName
{
color: #AF8FAC;
}
.AnyTagClassName
{
color: #AF8FAC;
}
</style>
background-color css
<style>
a { background-color: #AF8FAC; }
a { background-color: rgb(175,143,172); }
div.DivClassName
{
background-color: #AF8FAC;
}
.BgClassName
{
background-color: #AF8FAC;
}
</style>
border-color css
<style>
span { border-color: #AF8FAC; }
span { border-color: rgb(175,143,172); }
td.TdClassName
{
border-color: #AF8FAC;
}
.TagClassName
{
border-color: #AF8FAC;
}
</style>