Shades of Biloba Flower #AD96F0
Tints of Biloba Flower #AD96F0
RGB
CMYK
RGB Variations
Color information
#AD96F0 (or 0xAD96F0) is known color: Biloba Flower. HEX triplet: AD, 96 and F0. RGB value is (173,150,240). Sum of RGB (Red+Green+Blue) = 173+150+240=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD96F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96F0 is #52690F. Grayscale: #A6A6A6. Windows color (decimal): -5400848 or 15767213. OLE color: 15767213.
HSL color Cylindrical-coordinate representation of color #AD96F0: hue angle of 255.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD96F0 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 150 | 240 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.06 |
| HSL | 255.33º | 0.75% | 0.76% | - |
| HSV(B) | 255.33º | 0.38% | 0.94% | - |
| XYZ | 43.87 | 36.99 | 87.27 | - |
| YUV | 167.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 240 | 0.28 | 0.37 | 0 | 0.06 | 255.33 | 0.75 | 0.76 |
| Hex | AD | 96 | F0 | 1C | 25 | 0 | 6 | FF | 4B | 4C |
| Octal | 255 | 226 | 360 | 34 | 45 | 0 | 6 | 377 | 113 | 114 |
| Binary | 10101101 | 10010110 | 11110000 | 11100 | 100101 | 0 | 110 | 11111111 | 1001011 | 1001100 |
Color Harmonies of #AD96F0
Complementary color
Monochromatic Colors of #AD96F0
Black with #AD96F0
Text Example
Text Example
White with #AD96F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96F0; }
p { color: rgb(173,150,240); }
H1.HeaderClassName
{
color: #AD96F0;
}
.AnyTagClassName
{
color: #AD96F0;
}
</style>
background-color css
<style>
a { background-color: #AD96F0; }
a { background-color: rgb(173,150,240); }
div.DivClassName
{
background-color: #AD96F0;
}
.BgClassName
{
background-color: #AD96F0;
}
</style>
border-color css
<style>
span { border-color: #AD96F0; }
span { border-color: rgb(173,150,240); }
td.TdClassName
{
border-color: #AD96F0;
}
.TagClassName
{
border-color: #AD96F0;
}
</style>