Shades of Biloba Flower #AD85F0
Tints of Biloba Flower #AD85F0
RGB
CMYK
RGB Variations
Color information
#AD85F0 (or 0xAD85F0) is known color: Biloba Flower. HEX triplet: AD, 85 and F0. RGB value is (173,133,240). Sum of RGB (Red+Green+Blue) = 173+133+240=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD85F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85F0 is #527A0F. Grayscale: #9C9C9C. Windows color (decimal): -5405200 or 15762861. OLE color: 15762861.
HSL color Cylindrical-coordinate representation of color #AD85F0: hue angle of 262.43º degrees, saturation: 0.78, 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 #AD85F0 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 133 | 240 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.06 |
| HSL | 262.43º | 0.78% | 0.73% | - |
| HSV(B) | 262.43º | 0.45% | 0.94% | - |
| XYZ | 41.35 | 31.95 | 86.43 | - |
| YUV | 157.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 240 | 0.28 | 0.45 | 0 | 0.06 | 262.43 | 0.78 | 0.73 |
| Hex | AD | 85 | F0 | 1C | 2D | 0 | 6 | 106 | 4E | 49 |
| Octal | 255 | 205 | 360 | 34 | 55 | 0 | 6 | 406 | 116 | 111 |
| Binary | 10101101 | 10000101 | 11110000 | 11100 | 101101 | 0 | 110 | 100000110 | 1001110 | 1001001 |
Color Harmonies of #AD85F0
Complementary color
Monochromatic Colors of #AD85F0
Black with #AD85F0
Text Example
Text Example
White with #AD85F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85F0; }
p { color: rgb(173,133,240); }
H1.HeaderClassName
{
color: #AD85F0;
}
.AnyTagClassName
{
color: #AD85F0;
}
</style>
background-color css
<style>
a { background-color: #AD85F0; }
a { background-color: rgb(173,133,240); }
div.DivClassName
{
background-color: #AD85F0;
}
.BgClassName
{
background-color: #AD85F0;
}
</style>
border-color css
<style>
span { border-color: #AD85F0; }
span { border-color: rgb(173,133,240); }
td.TdClassName
{
border-color: #AD85F0;
}
.TagClassName
{
border-color: #AD85F0;
}
</style>