Shades of London Hue #A88FAC
Tints of London Hue #A88FAC
RGB
CMYK
RGB Variations
Color information
#A88FAC (or 0xA88FAC) is known color: London Hue. HEX triplet: A8, 8F and AC. RGB value is (168,143,172). Sum of RGB (Red+Green+Blue) = 168+143+172=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #A88FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FAC is #577053. Grayscale: #999999. Windows color (decimal): -5730388 or 11308968. OLE color: 11308968.
HSL color Cylindrical-coordinate representation of color #A88FAC: hue angle of 291.72º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A88FAC is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 143 | 172 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.33 |
| HSL | 291.72º | 0.15% | 0.62% | - |
| HSV(B) | 291.72º | 0.17% | 0.67% | - |
| XYZ | 33.42 | 30.95 | 43.24 | - |
| YUV | 153.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 172 | 0.02 | 0.17 | 0 | 0.33 | 291.72 | 0.15 | 0.62 |
| Hex | A8 | 8F | AC | 2 | 11 | 0 | 21 | 124 | F | 3E |
| Octal | 250 | 217 | 254 | 2 | 21 | 0 | 41 | 444 | 17 | 76 |
| Binary | 10101000 | 10001111 | 10101100 | 10 | 10001 | 0 | 100001 | 100100100 | 1111 | 111110 |
Color Harmonies of #A88FAC
Complementary color
Monochromatic Colors of #A88FAC
Black with #A88FAC
Text Example
Text Example
White with #A88FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FAC; }
p { color: rgb(168,143,172); }
H1.HeaderClassName
{
color: #A88FAC;
}
.AnyTagClassName
{
color: #A88FAC;
}
</style>
background-color css
<style>
a { background-color: #A88FAC; }
a { background-color: rgb(168,143,172); }
div.DivClassName
{
background-color: #A88FAC;
}
.BgClassName
{
background-color: #A88FAC;
}
</style>
border-color css
<style>
span { border-color: #A88FAC; }
span { border-color: rgb(168,143,172); }
td.TdClassName
{
border-color: #A88FAC;
}
.TagClassName
{
border-color: #A88FAC;
}
</style>