Shades of Biloba Flower #AD96EF
Tints of Biloba Flower #AD96EF
RGB
CMYK
RGB Variations
Color information
#AD96EF (or 0xAD96EF) is known color: Biloba Flower. HEX triplet: AD, 96 and EF. RGB value is (173,150,239). Sum of RGB (Red+Green+Blue) = 173+150+239=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD96EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96EF is #526910. Grayscale: #A6A6A6. Windows color (decimal): -5400849 or 15701677. OLE color: 15701677.
HSL color Cylindrical-coordinate representation of color #AD96EF: hue angle of 255.51º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD96EF is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 150 | 239 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.06 |
| HSL | 255.51º | 0.74% | 0.76% | - |
| HSV(B) | 255.51º | 0.37% | 0.94% | - |
| XYZ | 43.72 | 36.93 | 86.49 | - |
| YUV | 167.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 239 | 0.28 | 0.37 | 0 | 0.06 | 255.51 | 0.74 | 0.76 |
| Hex | AD | 96 | EF | 1C | 25 | 0 | 6 | 100 | 4A | 4C |
| Octal | 255 | 226 | 357 | 34 | 45 | 0 | 6 | 400 | 112 | 114 |
| Binary | 10101101 | 10010110 | 11101111 | 11100 | 100101 | 0 | 110 | 100000000 | 1001010 | 1001100 |
Color Harmonies of #AD96EF
Complementary color
Monochromatic Colors of #AD96EF
Black with #AD96EF
Text Example
Text Example
White with #AD96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96EF; }
p { color: rgb(173,150,239); }
H1.HeaderClassName
{
color: #AD96EF;
}
.AnyTagClassName
{
color: #AD96EF;
}
</style>
background-color css
<style>
a { background-color: #AD96EF; }
a { background-color: rgb(173,150,239); }
div.DivClassName
{
background-color: #AD96EF;
}
.BgClassName
{
background-color: #AD96EF;
}
</style>
border-color css
<style>
span { border-color: #AD96EF; }
span { border-color: rgb(173,150,239); }
td.TdClassName
{
border-color: #AD96EF;
}
.TagClassName
{
border-color: #AD96EF;
}
</style>