Shades of Biloba Flower #AD85F7
Tints of Biloba Flower #AD85F7
RGB
CMYK
RGB Variations
Color information
#AD85F7 (or 0xAD85F7) is known color: Biloba Flower. HEX triplet: AD, 85 and F7. RGB value is (173,133,247). Sum of RGB (Red+Green+Blue) = 173+133+247=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD85F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85F7 is #527A08. Grayscale: #9D9D9D. Windows color (decimal): -5405193 or 16221613. OLE color: 16221613.
HSL color Cylindrical-coordinate representation of color #AD85F7: hue angle of 261.05º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD85F7 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 133 | 247 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.03 |
| HSL | 261.05º | 0.88% | 0.75% | - |
| HSV(B) | 261.05º | 0.46% | 0.97% | - |
| XYZ | 42.41 | 32.37 | 92.01 | - |
| YUV | 157.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 247 | 0.30 | 0.46 | 0 | 0.03 | 261.05 | 0.88 | 0.75 |
| Hex | AD | 85 | F7 | 1E | 2E | 0 | 3 | 105 | 58 | 4B |
| Octal | 255 | 205 | 367 | 36 | 56 | 0 | 3 | 405 | 130 | 113 |
| Binary | 10101101 | 10000101 | 11110111 | 11110 | 101110 | 0 | 11 | 100000101 | 1011000 | 1001011 |
Color Harmonies of #AD85F7
Complementary color
Monochromatic Colors of #AD85F7
Black with #AD85F7
Text Example
Text Example
White with #AD85F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85F7; }
p { color: rgb(173,133,247); }
H1.HeaderClassName
{
color: #AD85F7;
}
.AnyTagClassName
{
color: #AD85F7;
}
</style>
background-color css
<style>
a { background-color: #AD85F7; }
a { background-color: rgb(173,133,247); }
div.DivClassName
{
background-color: #AD85F7;
}
.BgClassName
{
background-color: #AD85F7;
}
</style>
border-color css
<style>
span { border-color: #AD85F7; }
span { border-color: rgb(173,133,247); }
td.TdClassName
{
border-color: #AD85F7;
}
.TagClassName
{
border-color: #AD85F7;
}
</style>