Shades of Biloba Flower #AD96DB
Tints of Biloba Flower #AD96DB
RGB
CMYK
RGB Variations
Color information
#AD96DB (or 0xAD96DB) is known color: Biloba Flower. HEX triplet: AD, 96 and DB. RGB value is (173,150,219). Sum of RGB (Red+Green+Blue) = 173+150+219=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96DB is #526924. Grayscale: #A4A4A4. Windows color (decimal): -5400869 or 14390957. OLE color: 14390957.
HSL color Cylindrical-coordinate representation of color #AD96DB: hue angle of 260º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD96DB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 150 | 219 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.14 |
| HSL | 260º | 0.49% | 0.72% | - |
| HSV(B) | 260º | 0.32% | 0.86% | - |
| XYZ | 40.93 | 35.81 | 71.77 | - |
| YUV | 164.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 219 | 0.21 | 0.32 | 0 | 0.14 | 260 | 0.49 | 0.72 |
| Hex | AD | 96 | DB | 15 | 20 | 0 | E | 104 | 31 | 48 |
| Octal | 255 | 226 | 333 | 25 | 40 | 0 | 16 | 404 | 61 | 110 |
| Binary | 10101101 | 10010110 | 11011011 | 10101 | 100000 | 0 | 1110 | 100000100 | 110001 | 1001000 |
Color Harmonies of #AD96DB
Complementary color
Monochromatic Colors of #AD96DB
Black with #AD96DB
Text Example
Text Example
White with #AD96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96DB; }
p { color: rgb(173,150,219); }
H1.HeaderClassName
{
color: #AD96DB;
}
.AnyTagClassName
{
color: #AD96DB;
}
</style>
background-color css
<style>
a { background-color: #AD96DB; }
a { background-color: rgb(173,150,219); }
div.DivClassName
{
background-color: #AD96DB;
}
.BgClassName
{
background-color: #AD96DB;
}
</style>
border-color css
<style>
span { border-color: #AD96DB; }
span { border-color: rgb(173,150,219); }
td.TdClassName
{
border-color: #AD96DB;
}
.TagClassName
{
border-color: #AD96DB;
}
</style>