Shades of Biloba Flower #AD91F8
Tints of Biloba Flower #AD91F8
RGB
CMYK
RGB Variations
Color information
#AD91F8 (or 0xAD91F8) is known color: Biloba Flower. HEX triplet: AD, 91 and F8. RGB value is (173,145,248). Sum of RGB (Red+Green+Blue) = 173+145+248=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD91F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91F8 is #526E07. Grayscale: #A4A4A4. Windows color (decimal): -5402120 or 16290221. OLE color: 16290221.
HSL color Cylindrical-coordinate representation of color #AD91F8: hue angle of 256.31º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD91F8 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 145 | 248 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.03 |
| HSL | 256.31º | 0.88% | 0.77% | - |
| HSV(B) | 256.31º | 0.42% | 0.97% | - |
| XYZ | 44.3 | 35.91 | 93.4 | - |
| YUV | 165.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 248 | 0.30 | 0.42 | 0 | 0.03 | 256.31 | 0.88 | 0.77 |
| Hex | AD | 91 | F8 | 1E | 2A | 0 | 3 | 100 | 58 | 4D |
| Octal | 255 | 221 | 370 | 36 | 52 | 0 | 3 | 400 | 130 | 115 |
| Binary | 10101101 | 10010001 | 11111000 | 11110 | 101010 | 0 | 11 | 100000000 | 1011000 | 1001101 |
Color Harmonies of #AD91F8
Complementary color
Monochromatic Colors of #AD91F8
Black with #AD91F8
Text Example
Text Example
White with #AD91F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91F8; }
p { color: rgb(173,145,248); }
H1.HeaderClassName
{
color: #AD91F8;
}
.AnyTagClassName
{
color: #AD91F8;
}
</style>
background-color css
<style>
a { background-color: #AD91F8; }
a { background-color: rgb(173,145,248); }
div.DivClassName
{
background-color: #AD91F8;
}
.BgClassName
{
background-color: #AD91F8;
}
</style>
border-color css
<style>
span { border-color: #AD91F8; }
span { border-color: rgb(173,145,248); }
td.TdClassName
{
border-color: #AD91F8;
}
.TagClassName
{
border-color: #AD91F8;
}
</style>