Shades of Biloba Flower #AD91F0
Tints of Biloba Flower #AD91F0
RGB
CMYK
RGB Variations
Color information
#AD91F0 (or 0xAD91F0) is known color: Biloba Flower. HEX triplet: AD, 91 and F0. RGB value is (173,145,240). Sum of RGB (Red+Green+Blue) = 173+145+240=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD91F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91F0 is #526E0F. Grayscale: #A3A3A3. Windows color (decimal): -5402128 or 15765933. OLE color: 15765933.
HSL color Cylindrical-coordinate representation of color #AD91F0: hue angle of 257.68º 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 #AD91F0 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 145 | 240 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.06 |
| HSL | 257.68º | 0.76% | 0.75% | - |
| HSV(B) | 257.68º | 0.4% | 0.94% | - |
| XYZ | 43.09 | 35.43 | 87.01 | - |
| YUV | 164.2 | 170.78 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 240 | 0.28 | 0.40 | 0 | 0.06 | 257.68 | 0.76 | 0.75 |
| Hex | AD | 91 | F0 | 1C | 28 | 0 | 6 | 102 | 4C | 4B |
| Octal | 255 | 221 | 360 | 34 | 50 | 0 | 6 | 402 | 114 | 113 |
| Binary | 10101101 | 10010001 | 11110000 | 11100 | 101000 | 0 | 110 | 100000010 | 1001100 | 1001011 |
Color Harmonies of #AD91F0
Complementary color
Monochromatic Colors of #AD91F0
Black with #AD91F0
Text Example
Text Example
White with #AD91F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91F0; }
p { color: rgb(173,145,240); }
H1.HeaderClassName
{
color: #AD91F0;
}
.AnyTagClassName
{
color: #AD91F0;
}
</style>
background-color css
<style>
a { background-color: #AD91F0; }
a { background-color: rgb(173,145,240); }
div.DivClassName
{
background-color: #AD91F0;
}
.BgClassName
{
background-color: #AD91F0;
}
</style>
border-color css
<style>
span { border-color: #AD91F0; }
span { border-color: rgb(173,145,240); }
td.TdClassName
{
border-color: #AD91F0;
}
.TagClassName
{
border-color: #AD91F0;
}
</style>