Shades of London Hue #AF8AB3
Tints of London Hue #AF8AB3
RGB
CMYK
RGB Variations
Color information
#AF8AB3 (or 0xAF8AB3) is known color: London Hue. HEX triplet: AF, 8A and B3. RGB value is (175,138,179). Sum of RGB (Red+Green+Blue) = 175+138+179=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF8AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AB3 is #50754C. Grayscale: #999999. Windows color (decimal): -5272909 or 11766447. OLE color: 11766447.
HSL color Cylindrical-coordinate representation of color #AF8AB3: hue angle of 294.15º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF8AB3 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 138 | 179 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.30 |
| HSL | 294.15º | 0.21% | 0.62% | - |
| HSV(B) | 294.15º | 0.23% | 0.7% | - |
| XYZ | 34.9 | 30.55 | 46.7 | - |
| YUV | 153.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 179 | 0.02 | 0.23 | 0 | 0.30 | 294.15 | 0.21 | 0.62 |
| Hex | AF | 8A | B3 | 2 | 17 | 0 | 1E | 126 | 15 | 3E |
| Octal | 257 | 212 | 263 | 2 | 27 | 0 | 36 | 446 | 25 | 76 |
| Binary | 10101111 | 10001010 | 10110011 | 10 | 10111 | 0 | 11110 | 100100110 | 10101 | 111110 |
Color Harmonies of #AF8AB3
Complementary color
Monochromatic Colors of #AF8AB3
Black with #AF8AB3
Text Example
Text Example
White with #AF8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AB3; }
p { color: rgb(175,138,179); }
H1.HeaderClassName
{
color: #AF8AB3;
}
.AnyTagClassName
{
color: #AF8AB3;
}
</style>
background-color css
<style>
a { background-color: #AF8AB3; }
a { background-color: rgb(175,138,179); }
div.DivClassName
{
background-color: #AF8AB3;
}
.BgClassName
{
background-color: #AF8AB3;
}
</style>
border-color css
<style>
span { border-color: #AF8AB3; }
span { border-color: rgb(175,138,179); }
td.TdClassName
{
border-color: #AF8AB3;
}
.TagClassName
{
border-color: #AF8AB3;
}
</style>