Shades of London Hue #A881AD
Tints of London Hue #A881AD
RGB
CMYK
RGB Variations
Color information
#A881AD (or 0xA881AD) is known color: London Hue. HEX triplet: A8, 81 and AD. RGB value is (168,129,173). Sum of RGB (Red+Green+Blue) = 168+129+173=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #A881AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A881AD is #577E52. Grayscale: #919191. Windows color (decimal): -5733971 or 11370920. OLE color: 11370920.
HSL color Cylindrical-coordinate representation of color #A881AD: hue angle of 293.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A881AD is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 129 | 173 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.32 |
| HSL | 293.18º | 0.21% | 0.59% | - |
| HSV(B) | 293.18º | 0.25% | 0.68% | - |
| XYZ | 31.54 | 27.04 | 43.09 | - |
| YUV | 145.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 173 | 0.03 | 0.25 | 0 | 0.32 | 293.18 | 0.21 | 0.59 |
| Hex | A8 | 81 | AD | 3 | 19 | 0 | 20 | 125 | 15 | 3B |
| Octal | 250 | 201 | 255 | 3 | 31 | 0 | 40 | 445 | 25 | 73 |
| Binary | 10101000 | 10000001 | 10101101 | 11 | 11001 | 0 | 100000 | 100100101 | 10101 | 111011 |
Color Harmonies of #A881AD
Complementary color
Monochromatic Colors of #A881AD
Black with #A881AD
Text Example
Text Example
White with #A881AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881AD; }
p { color: rgb(168,129,173); }
H1.HeaderClassName
{
color: #A881AD;
}
.AnyTagClassName
{
color: #A881AD;
}
</style>
background-color css
<style>
a { background-color: #A881AD; }
a { background-color: rgb(168,129,173); }
div.DivClassName
{
background-color: #A881AD;
}
.BgClassName
{
background-color: #A881AD;
}
</style>
border-color css
<style>
span { border-color: #A881AD; }
span { border-color: rgb(168,129,173); }
td.TdClassName
{
border-color: #A881AD;
}
.TagClassName
{
border-color: #A881AD;
}
</style>