Shades of London Hue #AF8FB3
Tints of London Hue #AF8FB3
RGB
CMYK
RGB Variations
Color information
#AF8FB3 (or 0xAF8FB3) is known color: London Hue. HEX triplet: AF, 8F and B3. RGB value is (175,143,179). Sum of RGB (Red+Green+Blue) = 175+143+179=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF8FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FB3 is #50704C. Grayscale: #9C9C9C. Windows color (decimal): -5271629 or 11767727. OLE color: 11767727.
HSL color Cylindrical-coordinate representation of color #AF8FB3: hue angle of 293.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8FB3 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 143 | 179 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.30 |
| HSL | 293.33º | 0.19% | 0.63% | - |
| HSV(B) | 293.33º | 0.2% | 0.7% | - |
| XYZ | 35.64 | 32.01 | 46.95 | - |
| YUV | 156.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 179 | 0.02 | 0.20 | 0 | 0.30 | 293.33 | 0.19 | 0.63 |
| Hex | AF | 8F | B3 | 2 | 14 | 0 | 1E | 125 | 13 | 3F |
| Octal | 257 | 217 | 263 | 2 | 24 | 0 | 36 | 445 | 23 | 77 |
| Binary | 10101111 | 10001111 | 10110011 | 10 | 10100 | 0 | 11110 | 100100101 | 10011 | 111111 |
Color Harmonies of #AF8FB3
Complementary color
Monochromatic Colors of #AF8FB3
Black with #AF8FB3
Text Example
Text Example
White with #AF8FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FB3; }
p { color: rgb(175,143,179); }
H1.HeaderClassName
{
color: #AF8FB3;
}
.AnyTagClassName
{
color: #AF8FB3;
}
</style>
background-color css
<style>
a { background-color: #AF8FB3; }
a { background-color: rgb(175,143,179); }
div.DivClassName
{
background-color: #AF8FB3;
}
.BgClassName
{
background-color: #AF8FB3;
}
</style>
border-color css
<style>
span { border-color: #AF8FB3; }
span { border-color: rgb(175,143,179); }
td.TdClassName
{
border-color: #AF8FB3;
}
.TagClassName
{
border-color: #AF8FB3;
}
</style>