Shades of Biloba Flower #AD83EF
Tints of Biloba Flower #AD83EF
RGB
CMYK
RGB Variations
Color information
#AD83EF (or 0xAD83EF) is known color: Biloba Flower. HEX triplet: AD, 83 and EF. RGB value is (173,131,239). Sum of RGB (Red+Green+Blue) = 173+131+239=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD83EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83EF is #527C10. Grayscale: #9B9B9B. Windows color (decimal): -5405713 or 15696813. OLE color: 15696813.
HSL color Cylindrical-coordinate representation of color #AD83EF: hue angle of 263.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD83EF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 131 | 239 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.06 |
| HSL | 263.33º | 0.77% | 0.73% | - |
| HSV(B) | 263.33º | 0.45% | 0.94% | - |
| XYZ | 40.93 | 31.35 | 85.56 | - |
| YUV | 155.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 239 | 0.28 | 0.45 | 0 | 0.06 | 263.33 | 0.77 | 0.73 |
| Hex | AD | 83 | EF | 1C | 2D | 0 | 6 | 107 | 4D | 49 |
| Octal | 255 | 203 | 357 | 34 | 55 | 0 | 6 | 407 | 115 | 111 |
| Binary | 10101101 | 10000011 | 11101111 | 11100 | 101101 | 0 | 110 | 100000111 | 1001101 | 1001001 |
Color Harmonies of #AD83EF
Complementary color
Monochromatic Colors of #AD83EF
Black with #AD83EF
Text Example
Text Example
White with #AD83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83EF; }
p { color: rgb(173,131,239); }
H1.HeaderClassName
{
color: #AD83EF;
}
.AnyTagClassName
{
color: #AD83EF;
}
</style>
background-color css
<style>
a { background-color: #AD83EF; }
a { background-color: rgb(173,131,239); }
div.DivClassName
{
background-color: #AD83EF;
}
.BgClassName
{
background-color: #AD83EF;
}
</style>
border-color css
<style>
span { border-color: #AD83EF; }
span { border-color: rgb(173,131,239); }
td.TdClassName
{
border-color: #AD83EF;
}
.TagClassName
{
border-color: #AD83EF;
}
</style>