Shades of Biloba Flower #AD90F8
Tints of Biloba Flower #AD90F8
RGB
CMYK
RGB Variations
Color information
#AD90F8 (or 0xAD90F8) is known color: Biloba Flower. HEX triplet: AD, 90 and F8. RGB value is (173,144,248). Sum of RGB (Red+Green+Blue) = 173+144+248=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD90F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90F8 is #526F07. Grayscale: #A4A4A4. Windows color (decimal): -5402376 or 16289965. OLE color: 16289965.
HSL color Cylindrical-coordinate representation of color #AD90F8: hue angle of 256.73º 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 #AD90F8 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 144 | 248 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.03 |
| HSL | 256.73º | 0.88% | 0.77% | - |
| HSV(B) | 256.73º | 0.42% | 0.97% | - |
| XYZ | 44.15 | 35.61 | 93.35 | - |
| YUV | 164.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 248 | 0.30 | 0.42 | 0 | 0.03 | 256.73 | 0.88 | 0.77 |
| Hex | AD | 90 | F8 | 1E | 2A | 0 | 3 | 101 | 58 | 4D |
| Octal | 255 | 220 | 370 | 36 | 52 | 0 | 3 | 401 | 130 | 115 |
| Binary | 10101101 | 10010000 | 11111000 | 11110 | 101010 | 0 | 11 | 100000001 | 1011000 | 1001101 |
Color Harmonies of #AD90F8
Complementary color
Monochromatic Colors of #AD90F8
Black with #AD90F8
Text Example
Text Example
White with #AD90F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90F8; }
p { color: rgb(173,144,248); }
H1.HeaderClassName
{
color: #AD90F8;
}
.AnyTagClassName
{
color: #AD90F8;
}
</style>
background-color css
<style>
a { background-color: #AD90F8; }
a { background-color: rgb(173,144,248); }
div.DivClassName
{
background-color: #AD90F8;
}
.BgClassName
{
background-color: #AD90F8;
}
</style>
border-color css
<style>
span { border-color: #AD90F8; }
span { border-color: rgb(173,144,248); }
td.TdClassName
{
border-color: #AD90F8;
}
.TagClassName
{
border-color: #AD90F8;
}
</style>