Shades of Biloba Flower #AD84F8
Tints of Biloba Flower #AD84F8
RGB
CMYK
RGB Variations
Color information
#AD84F8 (or 0xAD84F8) is known color: Biloba Flower. HEX triplet: AD, 84 and F8. RGB value is (173,132,248). Sum of RGB (Red+Green+Blue) = 173+132+248=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD84F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84F8 is #527B07. Grayscale: #9D9D9D. Windows color (decimal): -5405448 or 16286893. OLE color: 16286893.
HSL color Cylindrical-coordinate representation of color #AD84F8: hue angle of 261.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD84F8 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 132 | 248 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.03 |
| HSL | 261.21º | 0.89% | 0.75% | - |
| HSV(B) | 261.21º | 0.47% | 0.97% | - |
| XYZ | 42.43 | 32.16 | 92.78 | - |
| YUV | 157.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 248 | 0.30 | 0.47 | 0 | 0.03 | 261.21 | 0.89 | 0.75 |
| Hex | AD | 84 | F8 | 1E | 2F | 0 | 3 | 105 | 59 | 4B |
| Octal | 255 | 204 | 370 | 36 | 57 | 0 | 3 | 405 | 131 | 113 |
| Binary | 10101101 | 10000100 | 11111000 | 11110 | 101111 | 0 | 11 | 100000101 | 1011001 | 1001011 |
Color Harmonies of #AD84F8
Complementary color
Monochromatic Colors of #AD84F8
Black with #AD84F8
Text Example
Text Example
White with #AD84F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84F8; }
p { color: rgb(173,132,248); }
H1.HeaderClassName
{
color: #AD84F8;
}
.AnyTagClassName
{
color: #AD84F8;
}
</style>
background-color css
<style>
a { background-color: #AD84F8; }
a { background-color: rgb(173,132,248); }
div.DivClassName
{
background-color: #AD84F8;
}
.BgClassName
{
background-color: #AD84F8;
}
</style>
border-color css
<style>
span { border-color: #AD84F8; }
span { border-color: rgb(173,132,248); }
td.TdClassName
{
border-color: #AD84F8;
}
.TagClassName
{
border-color: #AD84F8;
}
</style>