Shades of London Hue #AF81AC
Tints of London Hue #AF81AC
RGB
CMYK
RGB Variations
Color information
#AF81AC (or 0xAF81AC) is known color: London Hue. HEX triplet: AF, 81 and AC. RGB value is (175,129,172). Sum of RGB (Red+Green+Blue) = 175+129+172=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AC is #507E53. Grayscale: #939393. Windows color (decimal): -5275220 or 11305391. OLE color: 11305391.
HSL color Cylindrical-coordinate representation of color #AF81AC: hue angle of 303.91º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF81AC is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 172 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.31 |
| HSL | 303.91º | 0.22% | 0.6% | - |
| HSV(B) | 303.91º | 0.26% | 0.69% | - |
| XYZ | 32.98 | 27.79 | 42.66 | - |
| YUV | 147.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 172 | 0 | 0.26 | 0.02 | 0.31 | 303.91 | 0.22 | 0.6 |
| Hex | AF | 81 | AC | 0 | 1A | 2 | 1F | 130 | 16 | 3C |
| Octal | 257 | 201 | 254 | 0 | 32 | 2 | 37 | 460 | 26 | 74 |
| Binary | 10101111 | 10000001 | 10101100 | 0 | 11010 | 10 | 11111 | 100110000 | 10110 | 111100 |
Color Harmonies of #AF81AC
Complementary color
Monochromatic Colors of #AF81AC
Black with #AF81AC
Text Example
Text Example
White with #AF81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF81AC; }
p { color: rgb(175,129,172); }
H1.HeaderClassName
{
color: #AF81AC;
}
.AnyTagClassName
{
color: #AF81AC;
}
</style>
background-color css
<style>
a { background-color: #AF81AC; }
a { background-color: rgb(175,129,172); }
div.DivClassName
{
background-color: #AF81AC;
}
.BgClassName
{
background-color: #AF81AC;
}
</style>
border-color css
<style>
span { border-color: #AF81AC; }
span { border-color: rgb(175,129,172); }
td.TdClassName
{
border-color: #AF81AC;
}
.TagClassName
{
border-color: #AF81AC;
}
</style>