Shades of Biloba Flower #AD9DFF
Tints of Biloba Flower #AD9DFF
RGB
CMYK
RGB Variations
Color information
#AD9DFF (or 0xAD9DFF) is known color: Biloba Flower. HEX triplet: AD, 9D and FF. RGB value is (173,157,255). Sum of RGB (Red+Green+Blue) = 173+157+255=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DFF is #526200. Grayscale: #ACACAC. Windows color (decimal): -5399041 or 16752045. OLE color: 16752045.
HSL color Cylindrical-coordinate representation of color #AD9DFF: hue angle of 249.8º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9DFF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 157 | 255 | - |
| CMYK | 0.32 | 0.38 | 0 | 0 |
| HSL | 249.8º | 1% | 0.81% | - |
| HSV(B) | 249.8º | 0.38% | 1% | - |
| XYZ | 47.34 | 40.22 | 99.88 | - |
| YUV | 172.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 255 | 0.32 | 0.38 | 0 | 0 | 249.8 | 1 | 0.81 |
| Hex | AD | 9D | FF | 20 | 26 | 0 | 0 | FA | 64 | 51 |
| Octal | 255 | 235 | 377 | 40 | 46 | 0 | 0 | 372 | 144 | 121 |
| Binary | 10101101 | 10011101 | 11111111 | 100000 | 100110 | 0 | 0 | 11111010 | 1100100 | 1010001 |
Color Harmonies of #AD9DFF
Complementary color
Monochromatic Colors of #AD9DFF
Black with #AD9DFF
Text Example
Text Example
White with #AD9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DFF; }
p { color: rgb(173,157,255); }
H1.HeaderClassName
{
color: #AD9DFF;
}
.AnyTagClassName
{
color: #AD9DFF;
}
</style>
background-color css
<style>
a { background-color: #AD9DFF; }
a { background-color: rgb(173,157,255); }
div.DivClassName
{
background-color: #AD9DFF;
}
.BgClassName
{
background-color: #AD9DFF;
}
</style>
border-color css
<style>
span { border-color: #AD9DFF; }
span { border-color: rgb(173,157,255); }
td.TdClassName
{
border-color: #AD9DFF;
}
.TagClassName
{
border-color: #AD9DFF;
}
</style>