Shades of Biloba Flower #AD93D8
Tints of Biloba Flower #AD93D8
RGB
CMYK
RGB Variations
Color information
#AD93D8 (or 0xAD93D8) is known color: Biloba Flower. HEX triplet: AD, 93 and D8. RGB value is (173,147,216). Sum of RGB (Red+Green+Blue) = 173+147+216=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD93D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93D8 is #526C27. Grayscale: #A2A2A2. Windows color (decimal): -5401640 or 14193581. OLE color: 14193581.
HSL color Cylindrical-coordinate representation of color #AD93D8: hue angle of 262.61º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD93D8 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 147 | 216 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.15 |
| HSL | 262.61º | 0.47% | 0.71% | - |
| HSV(B) | 262.61º | 0.32% | 0.85% | - |
| XYZ | 40.06 | 34.71 | 69.55 | - |
| YUV | 162.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 216 | 0.20 | 0.32 | 0 | 0.15 | 262.61 | 0.47 | 0.71 |
| Hex | AD | 93 | D8 | 14 | 20 | 0 | F | 107 | 2F | 47 |
| Octal | 255 | 223 | 330 | 24 | 40 | 0 | 17 | 407 | 57 | 107 |
| Binary | 10101101 | 10010011 | 11011000 | 10100 | 100000 | 0 | 1111 | 100000111 | 101111 | 1000111 |
Color Harmonies of #AD93D8
Complementary color
Monochromatic Colors of #AD93D8
Black with #AD93D8
Text Example
Text Example
White with #AD93D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93D8; }
p { color: rgb(173,147,216); }
H1.HeaderClassName
{
color: #AD93D8;
}
.AnyTagClassName
{
color: #AD93D8;
}
</style>
background-color css
<style>
a { background-color: #AD93D8; }
a { background-color: rgb(173,147,216); }
div.DivClassName
{
background-color: #AD93D8;
}
.BgClassName
{
background-color: #AD93D8;
}
</style>
border-color css
<style>
span { border-color: #AD93D8; }
span { border-color: rgb(173,147,216); }
td.TdClassName
{
border-color: #AD93D8;
}
.TagClassName
{
border-color: #AD93D8;
}
</style>