Shades of Biloba Flower #AD86EC
Tints of Biloba Flower #AD86EC
RGB
CMYK
RGB Variations
Color information
#AD86EC (or 0xAD86EC) is known color: Biloba Flower. HEX triplet: AD, 86 and EC. RGB value is (173,134,236). Sum of RGB (Red+Green+Blue) = 173+134+236=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD86EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD86EC is #527913. Grayscale: #9C9C9C. Windows color (decimal): -5404948 or 15500973. OLE color: 15500973.
HSL color Cylindrical-coordinate representation of color #AD86EC: hue angle of 262.94º 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 #AD86EC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 134 | 236 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.07 |
| HSL | 262.94º | 0.73% | 0.73% | - |
| HSV(B) | 262.94º | 0.43% | 0.93% | - |
| XYZ | 40.9 | 31.99 | 83.38 | - |
| YUV | 157.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 236 | 0.27 | 0.43 | 0 | 0.07 | 262.94 | 0.73 | 0.73 |
| Hex | AD | 86 | EC | 1B | 2B | 0 | 7 | 107 | 49 | 49 |
| Octal | 255 | 206 | 354 | 33 | 53 | 0 | 7 | 407 | 111 | 111 |
| Binary | 10101101 | 10000110 | 11101100 | 11011 | 101011 | 0 | 111 | 100000111 | 1001001 | 1001001 |
Color Harmonies of #AD86EC
Complementary color
Monochromatic Colors of #AD86EC
Black with #AD86EC
Text Example
Text Example
White with #AD86EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD86EC; }
p { color: rgb(173,134,236); }
H1.HeaderClassName
{
color: #AD86EC;
}
.AnyTagClassName
{
color: #AD86EC;
}
</style>
background-color css
<style>
a { background-color: #AD86EC; }
a { background-color: rgb(173,134,236); }
div.DivClassName
{
background-color: #AD86EC;
}
.BgClassName
{
background-color: #AD86EC;
}
</style>
border-color css
<style>
span { border-color: #AD86EC; }
span { border-color: rgb(173,134,236); }
td.TdClassName
{
border-color: #AD86EC;
}
.TagClassName
{
border-color: #AD86EC;
}
</style>