Shades of London Hue #AF98AF
Tints of London Hue #AF98AF
RGB
CMYK
RGB Variations
Color information
#AF98AF (or 0xAF98AF) is known color: London Hue. HEX triplet: AF, 98 and AF. RGB value is (175,152,175). Sum of RGB (Red+Green+Blue) = 175+152+175=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF98AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98AF is #506750. Grayscale: #A1A1A1. Windows color (decimal): -5269329 or 11507887. OLE color: 11507887.
HSL color Cylindrical-coordinate representation of color #AF98AF: hue angle of 300º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF98AF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 175 | - |
| CMYK | 0 | 0.13 | 0 | 0.31 |
| HSL | 300º | 0.13% | 0.64% | - |
| HSV(B) | 300º | 0.13% | 0.69% | - |
| XYZ | 36.65 | 34.67 | 45.32 | - |
| YUV | 161.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 175 | 0 | 0.13 | 0 | 0.31 | 300 | 0.13 | 0.64 |
| Hex | AF | 98 | AF | 0 | D | 0 | 1F | 12C | D | 40 |
| Octal | 257 | 230 | 257 | 0 | 15 | 0 | 37 | 454 | 15 | 100 |
| Binary | 10101111 | 10011000 | 10101111 | 0 | 1101 | 0 | 11111 | 100101100 | 1101 | 1000000 |
Color Harmonies of #AF98AF
Complementary color
Monochromatic Colors of #AF98AF
Black with #AF98AF
Text Example
Text Example
White with #AF98AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98AF; }
p { color: rgb(175,152,175); }
H1.HeaderClassName
{
color: #AF98AF;
}
.AnyTagClassName
{
color: #AF98AF;
}
</style>
background-color css
<style>
a { background-color: #AF98AF; }
a { background-color: rgb(175,152,175); }
div.DivClassName
{
background-color: #AF98AF;
}
.BgClassName
{
background-color: #AF98AF;
}
</style>
border-color css
<style>
span { border-color: #AF98AF; }
span { border-color: rgb(175,152,175); }
td.TdClassName
{
border-color: #AF98AF;
}
.TagClassName
{
border-color: #AF98AF;
}
</style>