Shades of Biloba Flower #AD8DCF
Tints of Biloba Flower #AD8DCF
RGB
CMYK
RGB Variations
Color information
#AD8DCF (or 0xAD8DCF) is known color: Biloba Flower. HEX triplet: AD, 8D and CF. RGB value is (173,141,207). Sum of RGB (Red+Green+Blue) = 173+141+207=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCF is #527230. Grayscale: #9D9D9D. Windows color (decimal): -5403185 or 13602221. OLE color: 13602221.
HSL color Cylindrical-coordinate representation of color #AD8DCF: hue angle of 269.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8DCF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 141 | 207 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.19 |
| HSL | 269.09º | 0.41% | 0.68% | - |
| HSV(B) | 269.09º | 0.32% | 0.81% | - |
| XYZ | 38.02 | 32.44 | 63.29 | - |
| YUV | 158.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 207 | 0.16 | 0.32 | 0 | 0.19 | 269.09 | 0.41 | 0.68 |
| Hex | AD | 8D | CF | 10 | 20 | 0 | 13 | 10D | 29 | 44 |
| Octal | 255 | 215 | 317 | 20 | 40 | 0 | 23 | 415 | 51 | 104 |
| Binary | 10101101 | 10001101 | 11001111 | 10000 | 100000 | 0 | 10011 | 100001101 | 101001 | 1000100 |
Color Harmonies of #AD8DCF
Complementary color
Monochromatic Colors of #AD8DCF
Black with #AD8DCF
Text Example
Text Example
White with #AD8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DCF; }
p { color: rgb(173,141,207); }
H1.HeaderClassName
{
color: #AD8DCF;
}
.AnyTagClassName
{
color: #AD8DCF;
}
</style>
background-color css
<style>
a { background-color: #AD8DCF; }
a { background-color: rgb(173,141,207); }
div.DivClassName
{
background-color: #AD8DCF;
}
.BgClassName
{
background-color: #AD8DCF;
}
</style>
border-color css
<style>
span { border-color: #AD8DCF; }
span { border-color: rgb(173,141,207); }
td.TdClassName
{
border-color: #AD8DCF;
}
.TagClassName
{
border-color: #AD8DCF;
}
</style>