Shades of Biloba Flower #AD90F0
Tints of Biloba Flower #AD90F0
RGB
CMYK
RGB Variations
Color information
#AD90F0 (or 0xAD90F0) is known color: Biloba Flower. HEX triplet: AD, 90 and F0. RGB value is (173,144,240). Sum of RGB (Red+Green+Blue) = 173+144+240=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD90F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90F0 is #526F0F. Grayscale: #A3A3A3. Windows color (decimal): -5402384 or 15765677. OLE color: 15765677.
HSL color Cylindrical-coordinate representation of color #AD90F0: hue angle of 258.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD90F0 is Cyan = 0.28, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 144 | 240 | - |
| CMYK | 0.28 | 0.4 | 0 | 0.06 |
| HSL | 258.13º | 0.76% | 0.75% | - |
| HSV(B) | 258.13º | 0.4% | 0.94% | - |
| XYZ | 42.94 | 35.12 | 86.95 | - |
| YUV | 163.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 240 | 0.28 | 0.4 | 0 | 0.06 | 258.13 | 0.76 | 0.75 |
| Hex | AD | 90 | F0 | 1C | 28 | 0 | 6 | 102 | 4C | 4B |
| Octal | 255 | 220 | 360 | 34 | 50 | 0 | 6 | 402 | 114 | 113 |
| Binary | 10101101 | 10010000 | 11110000 | 11100 | 101000 | 0 | 110 | 100000010 | 1001100 | 1001011 |
Color Harmonies of #AD90F0
Complementary color
Monochromatic Colors of #AD90F0
Black with #AD90F0
Text Example
Text Example
White with #AD90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90F0; }
p { color: rgb(173,144,240); }
H1.HeaderClassName
{
color: #AD90F0;
}
.AnyTagClassName
{
color: #AD90F0;
}
</style>
background-color css
<style>
a { background-color: #AD90F0; }
a { background-color: rgb(173,144,240); }
div.DivClassName
{
background-color: #AD90F0;
}
.BgClassName
{
background-color: #AD90F0;
}
</style>
border-color css
<style>
span { border-color: #AD90F0; }
span { border-color: rgb(173,144,240); }
td.TdClassName
{
border-color: #AD90F0;
}
.TagClassName
{
border-color: #AD90F0;
}
</style>