Shades of Biloba Flower #AD87FE
Tints of Biloba Flower #AD87FE
RGB
CMYK
RGB Variations
Color information
#AD87FE (or 0xAD87FE) is known color: Biloba Flower. HEX triplet: AD, 87 and FE. RGB value is (173,135,254). Sum of RGB (Red+Green+Blue) = 173+135+254=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD87FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD87FE is #527801. Grayscale: #9F9F9F. Windows color (decimal): -5404674 or 16680877. OLE color: 16680877.
HSL color Cylindrical-coordinate representation of color #AD87FE: hue angle of 259.16º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD87FE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 135 | 254 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.00 |
| HSL | 259.16º | 0.98% | 0.76% | - |
| HSV(B) | 259.16º | 0.47% | 1% | - |
| XYZ | 43.79 | 33.37 | 97.9 | - |
| YUV | 159.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 254 | 0.32 | 0.47 | 0 | 0.00 | 259.16 | 0.98 | 0.76 |
| Hex | AD | 87 | FE | 20 | 2F | 0 | 0 | 103 | 62 | 4C |
| Octal | 255 | 207 | 376 | 40 | 57 | 0 | 0 | 403 | 142 | 114 |
| Binary | 10101101 | 10000111 | 11111110 | 100000 | 101111 | 0 | 0 | 100000011 | 1100010 | 1001100 |
Color Harmonies of #AD87FE
Complementary color
Monochromatic Colors of #AD87FE
Black with #AD87FE
Text Example
Text Example
White with #AD87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87FE; }
p { color: rgb(173,135,254); }
H1.HeaderClassName
{
color: #AD87FE;
}
.AnyTagClassName
{
color: #AD87FE;
}
</style>
background-color css
<style>
a { background-color: #AD87FE; }
a { background-color: rgb(173,135,254); }
div.DivClassName
{
background-color: #AD87FE;
}
.BgClassName
{
background-color: #AD87FE;
}
</style>
border-color css
<style>
span { border-color: #AD87FE; }
span { border-color: rgb(173,135,254); }
td.TdClassName
{
border-color: #AD87FE;
}
.TagClassName
{
border-color: #AD87FE;
}
</style>