Shades of London Hue #AD7DB2
Tints of London Hue #AD7DB2
RGB
CMYK
RGB Variations
Color information
#AD7DB2 (or 0xAD7DB2) is known color: London Hue. HEX triplet: AD, 7D and B2. RGB value is (173,125,178). Sum of RGB (Red+Green+Blue) = 173+125+178=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD7DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DB2 is #52824D. Grayscale: #919191. Windows color (decimal): -5407310 or 11697581. OLE color: 11697581.
HSL color Cylindrical-coordinate representation of color #AD7DB2: hue angle of 294.34º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7DB2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 125 | 178 | - |
CMYK | 0.03 | 0.30 | 0 | 0.30 |
HSL | 294.34º | 0.26% | 0.59% | - |
HSV(B) | 294.34º | 0.3% | 0.7% | - |
XYZ | 32.6 | 26.77 | 45.57 | - |
YUV | 145.39 | 146.4 | 147.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 125 | 178 | 0.03 | 0.30 | 0 | 0.30 | 294.34 | 0.26 | 0.59 |
Hex | AD | 7D | B2 | 3 | 1E | 0 | 1E | 126 | 1A | 3B |
Octal | 255 | 175 | 262 | 3 | 36 | 0 | 36 | 446 | 32 | 73 |
Binary | 10101101 | 1111101 | 10110010 | 11 | 11110 | 0 | 11110 | 100100110 | 11010 | 111011 |
Color Harmonies of #AD7DB2
Complementary color
Monochromatic Colors of #AD7DB2
Black with #AD7DB2
Text Example
Text Example
White with #AD7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DB2; }
p { color: rgb(173,125,178); }
H1.HeaderClassName
{
color: #AD7DB2;
}
.AnyTagClassName
{
color: #AD7DB2;
}
</style>
background-color css
<style>
a { background-color: #AD7DB2; }
a { background-color: rgb(173,125,178); }
div.DivClassName
{
background-color: #AD7DB2;
}
.BgClassName
{
background-color: #AD7DB2;
}
</style>
border-color css
<style>
span { border-color: #AD7DB2; }
span { border-color: rgb(173,125,178); }
td.TdClassName
{
border-color: #AD7DB2;
}
.TagClassName
{
border-color: #AD7DB2;
}
</style>