Shades of Biloba Flower #AD83EC
Tints of Biloba Flower #AD83EC
RGB
CMYK
RGB Variations
Color information
#AD83EC (or 0xAD83EC) is known color: Biloba Flower. HEX triplet: AD, 83 and EC. RGB value is (173,131,236). Sum of RGB (Red+Green+Blue) = 173+131+236=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83EC is #527C13. Grayscale: #9B9B9B. Windows color (decimal): -5405716 or 15500205. OLE color: 15500205.
HSL color Cylindrical-coordinate representation of color #AD83EC: hue angle of 264º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD83EC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 131 | 236 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.07 |
| HSL | 264º | 0.73% | 0.72% | - |
| HSV(B) | 264º | 0.44% | 0.93% | - |
| XYZ | 40.49 | 31.17 | 83.24 | - |
| YUV | 155.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 236 | 0.27 | 0.44 | 0 | 0.07 | 264 | 0.73 | 0.72 |
| Hex | AD | 83 | EC | 1B | 2C | 0 | 7 | 108 | 49 | 48 |
| Octal | 255 | 203 | 354 | 33 | 54 | 0 | 7 | 410 | 111 | 110 |
| Binary | 10101101 | 10000011 | 11101100 | 11011 | 101100 | 0 | 111 | 100001000 | 1001001 | 1001000 |
Color Harmonies of #AD83EC
Complementary color
Monochromatic Colors of #AD83EC
Black with #AD83EC
Text Example
Text Example
White with #AD83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83EC; }
p { color: rgb(173,131,236); }
H1.HeaderClassName
{
color: #AD83EC;
}
.AnyTagClassName
{
color: #AD83EC;
}
</style>
background-color css
<style>
a { background-color: #AD83EC; }
a { background-color: rgb(173,131,236); }
div.DivClassName
{
background-color: #AD83EC;
}
.BgClassName
{
background-color: #AD83EC;
}
</style>
border-color css
<style>
span { border-color: #AD83EC; }
span { border-color: rgb(173,131,236); }
td.TdClassName
{
border-color: #AD83EC;
}
.TagClassName
{
border-color: #AD83EC;
}
</style>