Shades of Biloba Flower #AD87EC
Tints of Biloba Flower #AD87EC
RGB
CMYK
RGB Variations
Color information
#AD87EC (or 0xAD87EC) is known color: Biloba Flower. HEX triplet: AD, 87 and EC. RGB value is (173,135,236). Sum of RGB (Red+Green+Blue) = 173+135+236=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD87EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD87EC is #527813. Grayscale: #9D9D9D. Windows color (decimal): -5404692 or 15501229. OLE color: 15501229.
HSL color Cylindrical-coordinate representation of color #AD87EC: hue angle of 262.57º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD87EC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 135 | 236 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.07 |
| HSL | 262.57º | 0.73% | 0.73% | - |
| HSV(B) | 262.57º | 0.43% | 0.93% | - |
| XYZ | 41.04 | 32.27 | 83.42 | - |
| YUV | 157.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 236 | 0.27 | 0.43 | 0 | 0.07 | 262.57 | 0.73 | 0.73 |
| Hex | AD | 87 | EC | 1B | 2B | 0 | 7 | 107 | 49 | 49 |
| Octal | 255 | 207 | 354 | 33 | 53 | 0 | 7 | 407 | 111 | 111 |
| Binary | 10101101 | 10000111 | 11101100 | 11011 | 101011 | 0 | 111 | 100000111 | 1001001 | 1001001 |
Color Harmonies of #AD87EC
Complementary color
Monochromatic Colors of #AD87EC
Black with #AD87EC
Text Example
Text Example
White with #AD87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87EC; }
p { color: rgb(173,135,236); }
H1.HeaderClassName
{
color: #AD87EC;
}
.AnyTagClassName
{
color: #AD87EC;
}
</style>
background-color css
<style>
a { background-color: #AD87EC; }
a { background-color: rgb(173,135,236); }
div.DivClassName
{
background-color: #AD87EC;
}
.BgClassName
{
background-color: #AD87EC;
}
</style>
border-color css
<style>
span { border-color: #AD87EC; }
span { border-color: rgb(173,135,236); }
td.TdClassName
{
border-color: #AD87EC;
}
.TagClassName
{
border-color: #AD87EC;
}
</style>