Shades of Biloba Flower #AD96FF
Tints of Biloba Flower #AD96FF
RGB
CMYK
RGB Variations
Color information
#AD96FF (or 0xAD96FF) is known color: Biloba Flower. HEX triplet: AD, 96 and FF. RGB value is (173,150,255). Sum of RGB (Red+Green+Blue) = 173+150+255=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96FF is #526900. Grayscale: #A8A8A8. Windows color (decimal): -5400833 or 16750253. OLE color: 16750253.
HSL color Cylindrical-coordinate representation of color #AD96FF: hue angle of 253.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD96FF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 150 | 255 | - |
| CMYK | 0.32 | 0.41 | 0 | 0 |
| HSL | 253.14º | 1% | 0.79% | - |
| HSV(B) | 253.14º | 0.41% | 1% | - |
| XYZ | 46.19 | 37.92 | 99.49 | - |
| YUV | 168.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 255 | 0.32 | 0.41 | 0 | 0 | 253.14 | 1 | 0.79 |
| Hex | AD | 96 | FF | 20 | 29 | 0 | 0 | FD | 64 | 4F |
| Octal | 255 | 226 | 377 | 40 | 51 | 0 | 0 | 375 | 144 | 117 |
| Binary | 10101101 | 10010110 | 11111111 | 100000 | 101001 | 0 | 0 | 11111101 | 1100100 | 1001111 |
Color Harmonies of #AD96FF
Complementary color
Monochromatic Colors of #AD96FF
Black with #AD96FF
Text Example
Text Example
White with #AD96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96FF; }
p { color: rgb(173,150,255); }
H1.HeaderClassName
{
color: #AD96FF;
}
.AnyTagClassName
{
color: #AD96FF;
}
</style>
background-color css
<style>
a { background-color: #AD96FF; }
a { background-color: rgb(173,150,255); }
div.DivClassName
{
background-color: #AD96FF;
}
.BgClassName
{
background-color: #AD96FF;
}
</style>
border-color css
<style>
span { border-color: #AD96FF; }
span { border-color: rgb(173,150,255); }
td.TdClassName
{
border-color: #AD96FF;
}
.TagClassName
{
border-color: #AD96FF;
}
</style>