Shades of London Hue #AF99AF
Tints of London Hue #AF99AF
RGB
CMYK
RGB Variations
Color information
#AF99AF (or 0xAF99AF) is known color: London Hue. HEX triplet: AF, 99 and AF. RGB value is (175,153,175). Sum of RGB (Red+Green+Blue) = 175+153+175=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99AF is #506650. Grayscale: #A2A2A2. Windows color (decimal): -5269073 or 11508143. OLE color: 11508143.
HSL color Cylindrical-coordinate representation of color #AF99AF: hue angle of 300º degrees, saturation: 0.12, 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 #AF99AF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 175 | - |
| CMYK | 0 | 0.13 | 0 | 0.31 |
| HSL | 300º | 0.12% | 0.64% | - |
| HSV(B) | 300º | 0.13% | 0.69% | - |
| XYZ | 36.81 | 34.99 | 45.37 | - |
| YUV | 162.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 175 | 0 | 0.13 | 0 | 0.31 | 300 | 0.12 | 0.64 |
| Hex | AF | 99 | AF | 0 | D | 0 | 1F | 12C | C | 40 |
| Octal | 257 | 231 | 257 | 0 | 15 | 0 | 37 | 454 | 14 | 100 |
| Binary | 10101111 | 10011001 | 10101111 | 0 | 1101 | 0 | 11111 | 100101100 | 1100 | 1000000 |
Color Harmonies of #AF99AF
Complementary color
Monochromatic Colors of #AF99AF
Black with #AF99AF
Text Example
Text Example
White with #AF99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99AF; }
p { color: rgb(175,153,175); }
H1.HeaderClassName
{
color: #AF99AF;
}
.AnyTagClassName
{
color: #AF99AF;
}
</style>
background-color css
<style>
a { background-color: #AF99AF; }
a { background-color: rgb(175,153,175); }
div.DivClassName
{
background-color: #AF99AF;
}
.BgClassName
{
background-color: #AF99AF;
}
</style>
border-color css
<style>
span { border-color: #AF99AF; }
span { border-color: rgb(175,153,175); }
td.TdClassName
{
border-color: #AF99AF;
}
.TagClassName
{
border-color: #AF99AF;
}
</style>