Shades of London Hue #AF98A8
Tints of London Hue #AF98A8
RGB
CMYK
RGB Variations
Color information
#AF98A8 (or 0xAF98A8) is known color: London Hue. HEX triplet: AF, 98 and A8. RGB value is (175,152,168). Sum of RGB (Red+Green+Blue) = 175+152+168=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AF98A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98A8 is #506757. Grayscale: #A0A0A0. Windows color (decimal): -5269336 or 11049135. OLE color: 11049135.
HSL color Cylindrical-coordinate representation of color #AF98A8: hue angle of 318.26º 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 #AF98A8 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 152 | 168 | - |
CMYK | 0 | 0.13 | 0.04 | 0.31 |
HSL | 318.26º | 0.13% | 0.64% | - |
HSV(B) | 318.26º | 0.13% | 0.69% | - |
XYZ | 35.98 | 34.4 | 41.79 | - |
YUV | 160.7 | 132.12 | 138.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 152 | 168 | 0 | 0.13 | 0.04 | 0.31 | 318.26 | 0.13 | 0.64 |
Hex | AF | 98 | A8 | 0 | D | 4 | 1F | 13E | D | 40 |
Octal | 257 | 230 | 250 | 0 | 15 | 4 | 37 | 476 | 15 | 100 |
Binary | 10101111 | 10011000 | 10101000 | 0 | 1101 | 100 | 11111 | 100111110 | 1101 | 1000000 |
Color Harmonies of #AF98A8
Complementary color
Monochromatic Colors of #AF98A8
Black with #AF98A8
Text Example
Text Example
White with #AF98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98A8; }
p { color: rgb(175,152,168); }
H1.HeaderClassName
{
color: #AF98A8;
}
.AnyTagClassName
{
color: #AF98A8;
}
</style>
background-color css
<style>
a { background-color: #AF98A8; }
a { background-color: rgb(175,152,168); }
div.DivClassName
{
background-color: #AF98A8;
}
.BgClassName
{
background-color: #AF98A8;
}
</style>
border-color css
<style>
span { border-color: #AF98A8; }
span { border-color: rgb(175,152,168); }
td.TdClassName
{
border-color: #AF98A8;
}
.TagClassName
{
border-color: #AF98A8;
}
</style>