Shades of London Hue #A992AC
Tints of London Hue #A992AC
RGB
CMYK
RGB Variations
Color information
#A992AC (or 0xA992AC) is known color: London Hue. HEX triplet: A9, 92 and AC. RGB value is (169,146,172). Sum of RGB (Red+Green+Blue) = 169+146+172=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A992AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AC is #566D53. Grayscale: #9B9B9B. Windows color (decimal): -5664084 or 11309737. OLE color: 11309737.
HSL color Cylindrical-coordinate representation of color #A992AC: hue angle of 293.08º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A992AC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 146 | 172 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.33 |
| HSL | 293.08º | 0.14% | 0.62% | - |
| HSV(B) | 293.08º | 0.15% | 0.67% | - |
| XYZ | 34.09 | 31.97 | 43.4 | - |
| YUV | 155.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 172 | 0.02 | 0.15 | 0 | 0.33 | 293.08 | 0.14 | 0.62 |
| Hex | A9 | 92 | AC | 2 | F | 0 | 21 | 125 | E | 3E |
| Octal | 251 | 222 | 254 | 2 | 17 | 0 | 41 | 445 | 16 | 76 |
| Binary | 10101001 | 10010010 | 10101100 | 10 | 1111 | 0 | 100001 | 100100101 | 1110 | 111110 |
Color Harmonies of #A992AC
Complementary color
Monochromatic Colors of #A992AC
Black with #A992AC
Text Example
Text Example
White with #A992AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992AC; }
p { color: rgb(169,146,172); }
H1.HeaderClassName
{
color: #A992AC;
}
.AnyTagClassName
{
color: #A992AC;
}
</style>
background-color css
<style>
a { background-color: #A992AC; }
a { background-color: rgb(169,146,172); }
div.DivClassName
{
background-color: #A992AC;
}
.BgClassName
{
background-color: #A992AC;
}
</style>
border-color css
<style>
span { border-color: #A992AC; }
span { border-color: rgb(169,146,172); }
td.TdClassName
{
border-color: #A992AC;
}
.TagClassName
{
border-color: #A992AC;
}
</style>