Shades of London Hue #A881AC
Tints of London Hue #A881AC
RGB
CMYK
RGB Variations
Color information
#A881AC (or 0xA881AC) is known color: London Hue. HEX triplet: A8, 81 and AC. RGB value is (168,129,172). Sum of RGB (Red+Green+Blue) = 168+129+172=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #A881AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A881AC is #577E53. Grayscale: #919191. Windows color (decimal): -5733972 or 11305384. OLE color: 11305384.
HSL color Cylindrical-coordinate representation of color #A881AC: hue angle of 294.42º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A881AC is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 129 | 172 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.33 |
| HSL | 294.42º | 0.21% | 0.59% | - |
| HSV(B) | 294.42º | 0.25% | 0.67% | - |
| XYZ | 31.45 | 27 | 42.58 | - |
| YUV | 145.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 172 | 0.02 | 0.25 | 0 | 0.33 | 294.42 | 0.21 | 0.59 |
| Hex | A8 | 81 | AC | 2 | 19 | 0 | 21 | 126 | 15 | 3B |
| Octal | 250 | 201 | 254 | 2 | 31 | 0 | 41 | 446 | 25 | 73 |
| Binary | 10101000 | 10000001 | 10101100 | 10 | 11001 | 0 | 100001 | 100100110 | 10101 | 111011 |
Color Harmonies of #A881AC
Complementary color
Monochromatic Colors of #A881AC
Black with #A881AC
Text Example
Text Example
White with #A881AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881AC; }
p { color: rgb(168,129,172); }
H1.HeaderClassName
{
color: #A881AC;
}
.AnyTagClassName
{
color: #A881AC;
}
</style>
background-color css
<style>
a { background-color: #A881AC; }
a { background-color: rgb(168,129,172); }
div.DivClassName
{
background-color: #A881AC;
}
.BgClassName
{
background-color: #A881AC;
}
</style>
border-color css
<style>
span { border-color: #A881AC; }
span { border-color: rgb(168,129,172); }
td.TdClassName
{
border-color: #A881AC;
}
.TagClassName
{
border-color: #A881AC;
}
</style>