Shades of Biloba Flower #AD96DF
Tints of Biloba Flower #AD96DF
RGB
CMYK
RGB Variations
Color information
#AD96DF (or 0xAD96DF) is known color: Biloba Flower. HEX triplet: AD, 96 and DF. RGB value is (173,150,223). Sum of RGB (Red+Green+Blue) = 173+150+223=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96DF is #526920. Grayscale: #A4A4A4. Windows color (decimal): -5400865 or 14653101. OLE color: 14653101.
HSL color Cylindrical-coordinate representation of color #AD96DF: hue angle of 258.9º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD96DF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 150 | 223 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.13 |
| HSL | 258.9º | 0.53% | 0.73% | - |
| HSV(B) | 258.9º | 0.33% | 0.87% | - |
| XYZ | 41.46 | 36.02 | 74.58 | - |
| YUV | 165.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 223 | 0.22 | 0.33 | 0 | 0.13 | 258.9 | 0.53 | 0.73 |
| Hex | AD | 96 | DF | 16 | 21 | 0 | D | 103 | 35 | 49 |
| Octal | 255 | 226 | 337 | 26 | 41 | 0 | 15 | 403 | 65 | 111 |
| Binary | 10101101 | 10010110 | 11011111 | 10110 | 100001 | 0 | 1101 | 100000011 | 110101 | 1001001 |
Color Harmonies of #AD96DF
Complementary color
Monochromatic Colors of #AD96DF
Black with #AD96DF
Text Example
Text Example
White with #AD96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96DF; }
p { color: rgb(173,150,223); }
H1.HeaderClassName
{
color: #AD96DF;
}
.AnyTagClassName
{
color: #AD96DF;
}
</style>
background-color css
<style>
a { background-color: #AD96DF; }
a { background-color: rgb(173,150,223); }
div.DivClassName
{
background-color: #AD96DF;
}
.BgClassName
{
background-color: #AD96DF;
}
</style>
border-color css
<style>
span { border-color: #AD96DF; }
span { border-color: rgb(173,150,223); }
td.TdClassName
{
border-color: #AD96DF;
}
.TagClassName
{
border-color: #AD96DF;
}
</style>