Shades of London Hue #AD7FB2
Tints of London Hue #AD7FB2
RGB
CMYK
RGB Variations
Color information
#AD7FB2 (or 0xAD7FB2) is known color: London Hue. HEX triplet: AD, 7F and B2. RGB value is (173,127,178). Sum of RGB (Red+Green+Blue) = 173+127+178=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD7FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FB2 is #52804D. Grayscale: #929292. Windows color (decimal): -5406798 or 11698093. OLE color: 11698093.
HSL color Cylindrical-coordinate representation of color #AD7FB2: hue angle of 294.12º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7FB2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 127 | 178 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.30 |
| HSL | 294.12º | 0.25% | 0.6% | - |
| HSV(B) | 294.12º | 0.29% | 0.7% | - |
| XYZ | 32.86 | 27.28 | 45.65 | - |
| YUV | 146.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 178 | 0.03 | 0.29 | 0 | 0.30 | 294.12 | 0.25 | 0.6 |
| Hex | AD | 7F | B2 | 3 | 1D | 0 | 1E | 126 | 19 | 3C |
| Octal | 255 | 177 | 262 | 3 | 35 | 0 | 36 | 446 | 31 | 74 |
| Binary | 10101101 | 1111111 | 10110010 | 11 | 11101 | 0 | 11110 | 100100110 | 11001 | 111100 |
Color Harmonies of #AD7FB2
Complementary color
Monochromatic Colors of #AD7FB2
Black with #AD7FB2
Text Example
Text Example
White with #AD7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FB2; }
p { color: rgb(173,127,178); }
H1.HeaderClassName
{
color: #AD7FB2;
}
.AnyTagClassName
{
color: #AD7FB2;
}
</style>
background-color css
<style>
a { background-color: #AD7FB2; }
a { background-color: rgb(173,127,178); }
div.DivClassName
{
background-color: #AD7FB2;
}
.BgClassName
{
background-color: #AD7FB2;
}
</style>
border-color css
<style>
span { border-color: #AD7FB2; }
span { border-color: rgb(173,127,178); }
td.TdClassName
{
border-color: #AD7FB2;
}
.TagClassName
{
border-color: #AD7FB2;
}
</style>