Shades of Biloba Flower #AD96D4
Tints of Biloba Flower #AD96D4
RGB
CMYK
RGB Variations
Color information
#AD96D4 (or 0xAD96D4) is known color: Biloba Flower. HEX triplet: AD, 96 and D4. RGB value is (173,150,212). Sum of RGB (Red+Green+Blue) = 173+150+212=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD96D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D4 is #52692B. Grayscale: #A3A3A3. Windows color (decimal): -5400876 or 13932205. OLE color: 13932205.
HSL color Cylindrical-coordinate representation of color #AD96D4: hue angle of 262.26º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD96D4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 150 | 212 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.17 |
| HSL | 262.26º | 0.42% | 0.71% | - |
| HSV(B) | 262.26º | 0.29% | 0.83% | - |
| XYZ | 40.02 | 35.45 | 67.02 | - |
| YUV | 163.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 212 | 0.18 | 0.29 | 0 | 0.17 | 262.26 | 0.42 | 0.71 |
| Hex | AD | 96 | D4 | 12 | 1D | 0 | 11 | 106 | 2A | 47 |
| Octal | 255 | 226 | 324 | 22 | 35 | 0 | 21 | 406 | 52 | 107 |
| Binary | 10101101 | 10010110 | 11010100 | 10010 | 11101 | 0 | 10001 | 100000110 | 101010 | 1000111 |
Color Harmonies of #AD96D4
Complementary color
Monochromatic Colors of #AD96D4
Black with #AD96D4
Text Example
Text Example
White with #AD96D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96D4; }
p { color: rgb(173,150,212); }
H1.HeaderClassName
{
color: #AD96D4;
}
.AnyTagClassName
{
color: #AD96D4;
}
</style>
background-color css
<style>
a { background-color: #AD96D4; }
a { background-color: rgb(173,150,212); }
div.DivClassName
{
background-color: #AD96D4;
}
.BgClassName
{
background-color: #AD96D4;
}
</style>
border-color css
<style>
span { border-color: #AD96D4; }
span { border-color: rgb(173,150,212); }
td.TdClassName
{
border-color: #AD96D4;
}
.TagClassName
{
border-color: #AD96D4;
}
</style>