Shades of Biloba Flower #AD86EF
Tints of Biloba Flower #AD86EF
RGB
CMYK
RGB Variations
Color information
#AD86EF (or 0xAD86EF) is known color: Biloba Flower. HEX triplet: AD, 86 and EF. RGB value is (173,134,239). Sum of RGB (Red+Green+Blue) = 173+134+239=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD86EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86EF is #527910. Grayscale: #9D9D9D. Windows color (decimal): -5404945 or 15697581. OLE color: 15697581.
HSL color Cylindrical-coordinate representation of color #AD86EF: hue angle of 262.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD86EF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 134 | 239 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.06 |
| HSL | 262.29º | 0.77% | 0.73% | - |
| HSV(B) | 262.29º | 0.44% | 0.94% | - |
| XYZ | 41.34 | 32.17 | 85.69 | - |
| YUV | 157.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 239 | 0.28 | 0.44 | 0 | 0.06 | 262.29 | 0.77 | 0.73 |
| Hex | AD | 86 | EF | 1C | 2C | 0 | 6 | 106 | 4D | 49 |
| Octal | 255 | 206 | 357 | 34 | 54 | 0 | 6 | 406 | 115 | 111 |
| Binary | 10101101 | 10000110 | 11101111 | 11100 | 101100 | 0 | 110 | 100000110 | 1001101 | 1001001 |
Color Harmonies of #AD86EF
Complementary color
Monochromatic Colors of #AD86EF
Black with #AD86EF
Text Example
Text Example
White with #AD86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD86EF; }
p { color: rgb(173,134,239); }
H1.HeaderClassName
{
color: #AD86EF;
}
.AnyTagClassName
{
color: #AD86EF;
}
</style>
background-color css
<style>
a { background-color: #AD86EF; }
a { background-color: rgb(173,134,239); }
div.DivClassName
{
background-color: #AD86EF;
}
.BgClassName
{
background-color: #AD86EF;
}
</style>
border-color css
<style>
span { border-color: #AD86EF; }
span { border-color: rgb(173,134,239); }
td.TdClassName
{
border-color: #AD86EF;
}
.TagClassName
{
border-color: #AD86EF;
}
</style>