Shades of Biloba Flower #AD96FA
Tints of Biloba Flower #AD96FA
RGB
CMYK
RGB Variations
Color information
#AD96FA (or 0xAD96FA) is known color: Biloba Flower. HEX triplet: AD, 96 and FA. RGB value is (173,150,250). Sum of RGB (Red+Green+Blue) = 173+150+250=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96FA is #526905. Grayscale: #A7A7A7. Windows color (decimal): -5400838 or 16422573. OLE color: 16422573.
HSL color Cylindrical-coordinate representation of color #AD96FA: hue angle of 253.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD96FA is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 150 | 250 | - |
| CMYK | 0.31 | 0.4 | 0 | 0.02 |
| HSL | 253.8º | 0.91% | 0.78% | - |
| HSV(B) | 253.8º | 0.4% | 0.98% | - |
| XYZ | 45.4 | 37.6 | 95.31 | - |
| YUV | 168.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 250 | 0.31 | 0.4 | 0 | 0.02 | 253.8 | 0.91 | 0.78 |
| Hex | AD | 96 | FA | 1F | 28 | 0 | 2 | FE | 5B | 4E |
| Octal | 255 | 226 | 372 | 37 | 50 | 0 | 2 | 376 | 133 | 116 |
| Binary | 10101101 | 10010110 | 11111010 | 11111 | 101000 | 0 | 10 | 11111110 | 1011011 | 1001110 |
Color Harmonies of #AD96FA
Complementary color
Monochromatic Colors of #AD96FA
Black with #AD96FA
Text Example
Text Example
White with #AD96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96FA; }
p { color: rgb(173,150,250); }
H1.HeaderClassName
{
color: #AD96FA;
}
.AnyTagClassName
{
color: #AD96FA;
}
</style>
background-color css
<style>
a { background-color: #AD96FA; }
a { background-color: rgb(173,150,250); }
div.DivClassName
{
background-color: #AD96FA;
}
.BgClassName
{
background-color: #AD96FA;
}
</style>
border-color css
<style>
span { border-color: #AD96FA; }
span { border-color: rgb(173,150,250); }
td.TdClassName
{
border-color: #AD96FA;
}
.TagClassName
{
border-color: #AD96FA;
}
</style>