Shades of Biloba Flower #AD8ECF
Tints of Biloba Flower #AD8ECF
RGB
CMYK
RGB Variations
Color information
#AD8ECF (or 0xAD8ECF) is known color: Biloba Flower. HEX triplet: AD, 8E and CF. RGB value is (173,142,207). Sum of RGB (Red+Green+Blue) = 173+142+207=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ECF is #527130. Grayscale: #9E9E9E. Windows color (decimal): -5402929 or 13602477. OLE color: 13602477.
HSL color Cylindrical-coordinate representation of color #AD8ECF: hue angle of 268.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8ECF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 142 | 207 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.19 |
| HSL | 268.62º | 0.4% | 0.68% | - |
| HSV(B) | 268.62º | 0.31% | 0.81% | - |
| XYZ | 38.17 | 32.74 | 63.34 | - |
| YUV | 158.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 207 | 0.16 | 0.31 | 0 | 0.19 | 268.62 | 0.4 | 0.68 |
| Hex | AD | 8E | CF | 10 | 1F | 0 | 13 | 10D | 28 | 44 |
| Octal | 255 | 216 | 317 | 20 | 37 | 0 | 23 | 415 | 50 | 104 |
| Binary | 10101101 | 10001110 | 11001111 | 10000 | 11111 | 0 | 10011 | 100001101 | 101000 | 1000100 |
Color Harmonies of #AD8ECF
Complementary color
Monochromatic Colors of #AD8ECF
Black with #AD8ECF
Text Example
Text Example
White with #AD8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8ECF; }
p { color: rgb(173,142,207); }
H1.HeaderClassName
{
color: #AD8ECF;
}
.AnyTagClassName
{
color: #AD8ECF;
}
</style>
background-color css
<style>
a { background-color: #AD8ECF; }
a { background-color: rgb(173,142,207); }
div.DivClassName
{
background-color: #AD8ECF;
}
.BgClassName
{
background-color: #AD8ECF;
}
</style>
border-color css
<style>
span { border-color: #AD8ECF; }
span { border-color: rgb(173,142,207); }
td.TdClassName
{
border-color: #AD8ECF;
}
.TagClassName
{
border-color: #AD8ECF;
}
</style>