Shades of Biloba Flower #AD99F0
Tints of Biloba Flower #AD99F0
RGB
CMYK
RGB Variations
Color information
#AD99F0 (or 0xAD99F0) is known color: Biloba Flower. HEX triplet: AD, 99 and F0. RGB value is (173,153,240). Sum of RGB (Red+Green+Blue) = 173+153+240=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD99F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99F0 is #52660F. Grayscale: #A8A8A8. Windows color (decimal): -5400080 or 15767981. OLE color: 15767981.
HSL color Cylindrical-coordinate representation of color #AD99F0: hue angle of 253.79º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD99F0 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 153 | 240 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.06 |
| HSL | 253.79º | 0.74% | 0.77% | - |
| HSV(B) | 253.79º | 0.36% | 0.94% | - |
| XYZ | 44.35 | 37.96 | 87.43 | - |
| YUV | 168.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 240 | 0.28 | 0.36 | 0 | 0.06 | 253.79 | 0.74 | 0.77 |
| Hex | AD | 99 | F0 | 1C | 24 | 0 | 6 | FE | 4A | 4D |
| Octal | 255 | 231 | 360 | 34 | 44 | 0 | 6 | 376 | 112 | 115 |
| Binary | 10101101 | 10011001 | 11110000 | 11100 | 100100 | 0 | 110 | 11111110 | 1001010 | 1001101 |
Color Harmonies of #AD99F0
Complementary color
Monochromatic Colors of #AD99F0
Black with #AD99F0
Text Example
Text Example
White with #AD99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99F0; }
p { color: rgb(173,153,240); }
H1.HeaderClassName
{
color: #AD99F0;
}
.AnyTagClassName
{
color: #AD99F0;
}
</style>
background-color css
<style>
a { background-color: #AD99F0; }
a { background-color: rgb(173,153,240); }
div.DivClassName
{
background-color: #AD99F0;
}
.BgClassName
{
background-color: #AD99F0;
}
</style>
border-color css
<style>
span { border-color: #AD99F0; }
span { border-color: rgb(173,153,240); }
td.TdClassName
{
border-color: #AD99F0;
}
.TagClassName
{
border-color: #AD99F0;
}
</style>