Shades of London Hue #A885AC
Tints of London Hue #A885AC
RGB
CMYK
RGB Variations
Color information
#A885AC (or 0xA885AC) is known color: London Hue. HEX triplet: A8, 85 and AC. RGB value is (168,133,172). Sum of RGB (Red+Green+Blue) = 168+133+172=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #A885AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A885AC is #577A53. Grayscale: #939393. Windows color (decimal): -5732948 or 11306408. OLE color: 11306408.
HSL color Cylindrical-coordinate representation of color #A885AC: hue angle of 293.85º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A885AC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 133 | 172 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.33 |
| HSL | 293.85º | 0.19% | 0.6% | - |
| HSV(B) | 293.85º | 0.23% | 0.67% | - |
| XYZ | 31.98 | 28.08 | 42.76 | - |
| YUV | 147.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 172 | 0.02 | 0.23 | 0 | 0.33 | 293.85 | 0.19 | 0.6 |
| Hex | A8 | 85 | AC | 2 | 17 | 0 | 21 | 126 | 13 | 3C |
| Octal | 250 | 205 | 254 | 2 | 27 | 0 | 41 | 446 | 23 | 74 |
| Binary | 10101000 | 10000101 | 10101100 | 10 | 10111 | 0 | 100001 | 100100110 | 10011 | 111100 |
Color Harmonies of #A885AC
Complementary color
Monochromatic Colors of #A885AC
Black with #A885AC
Text Example
Text Example
White with #A885AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885AC; }
p { color: rgb(168,133,172); }
H1.HeaderClassName
{
color: #A885AC;
}
.AnyTagClassName
{
color: #A885AC;
}
</style>
background-color css
<style>
a { background-color: #A885AC; }
a { background-color: rgb(168,133,172); }
div.DivClassName
{
background-color: #A885AC;
}
.BgClassName
{
background-color: #A885AC;
}
</style>
border-color css
<style>
span { border-color: #A885AC; }
span { border-color: rgb(168,133,172); }
td.TdClassName
{
border-color: #A885AC;
}
.TagClassName
{
border-color: #A885AC;
}
</style>