Shades of Biloba Flower #AD87E8
Tints of Biloba Flower #AD87E8
RGB
CMYK
RGB Variations
Color information
#AD87E8 (or 0xAD87E8) is known color: Biloba Flower. HEX triplet: AD, 87 and E8. RGB value is (173,135,232). Sum of RGB (Red+Green+Blue) = 173+135+232=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD87E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD87E8 is #527817. Grayscale: #9D9D9D. Windows color (decimal): -5404696 or 15239085. OLE color: 15239085.
HSL color Cylindrical-coordinate representation of color #AD87E8: hue angle of 263.51º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD87E8 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 135 | 232 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.09 |
| HSL | 263.51º | 0.68% | 0.72% | - |
| HSV(B) | 263.51º | 0.42% | 0.91% | - |
| XYZ | 40.46 | 32.04 | 80.4 | - |
| YUV | 157.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 232 | 0.25 | 0.42 | 0 | 0.09 | 263.51 | 0.68 | 0.72 |
| Hex | AD | 87 | E8 | 19 | 2A | 0 | 9 | 108 | 44 | 48 |
| Octal | 255 | 207 | 350 | 31 | 52 | 0 | 11 | 410 | 104 | 110 |
| Binary | 10101101 | 10000111 | 11101000 | 11001 | 101010 | 0 | 1001 | 100001000 | 1000100 | 1001000 |
Color Harmonies of #AD87E8
Complementary color
Monochromatic Colors of #AD87E8
Black with #AD87E8
Text Example
Text Example
White with #AD87E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87E8; }
p { color: rgb(173,135,232); }
H1.HeaderClassName
{
color: #AD87E8;
}
.AnyTagClassName
{
color: #AD87E8;
}
</style>
background-color css
<style>
a { background-color: #AD87E8; }
a { background-color: rgb(173,135,232); }
div.DivClassName
{
background-color: #AD87E8;
}
.BgClassName
{
background-color: #AD87E8;
}
</style>
border-color css
<style>
span { border-color: #AD87E8; }
span { border-color: rgb(173,135,232); }
td.TdClassName
{
border-color: #AD87E8;
}
.TagClassName
{
border-color: #AD87E8;
}
</style>