Shades of London Hue #AF80A8
Tints of London Hue #AF80A8
RGB
CMYK
RGB Variations
Color information
#AF80A8 (or 0xAF80A8) is known color: London Hue. HEX triplet: AF, 80 and A8. RGB value is (175,128,168). Sum of RGB (Red+Green+Blue) = 175+128+168=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A8 is #507F57. Grayscale: #929292. Windows color (decimal): -5275480 or 11042991. OLE color: 11042991.
HSL color Cylindrical-coordinate representation of color #AF80A8: hue angle of 308.94º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF80A8 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 128 | 168 | - |
CMYK | 0 | 0.27 | 0.04 | 0.31 |
HSL | 308.94º | 0.23% | 0.59% | - |
HSV(B) | 308.94º | 0.27% | 0.69% | - |
XYZ | 32.47 | 27.38 | 40.62 | - |
YUV | 146.61 | 140.07 | 148.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 128 | 168 | 0 | 0.27 | 0.04 | 0.31 | 308.94 | 0.23 | 0.59 |
Hex | AF | 80 | A8 | 0 | 1B | 4 | 1F | 135 | 17 | 3B |
Octal | 257 | 200 | 250 | 0 | 33 | 4 | 37 | 465 | 27 | 73 |
Binary | 10101111 | 10000000 | 10101000 | 0 | 11011 | 100 | 11111 | 100110101 | 10111 | 111011 |
Color Harmonies of #AF80A8
Complementary color
Monochromatic Colors of #AF80A8
Black with #AF80A8
Text Example
Text Example
White with #AF80A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80A8; }
p { color: rgb(175,128,168); }
H1.HeaderClassName
{
color: #AF80A8;
}
.AnyTagClassName
{
color: #AF80A8;
}
</style>
background-color css
<style>
a { background-color: #AF80A8; }
a { background-color: rgb(175,128,168); }
div.DivClassName
{
background-color: #AF80A8;
}
.BgClassName
{
background-color: #AF80A8;
}
</style>
border-color css
<style>
span { border-color: #AF80A8; }
span { border-color: rgb(175,128,168); }
td.TdClassName
{
border-color: #AF80A8;
}
.TagClassName
{
border-color: #AF80A8;
}
</style>