Shades of Biloba Flower #AD93D9
Tints of Biloba Flower #AD93D9
RGB
CMYK
RGB Variations
Color information
#AD93D9 (or 0xAD93D9) is known color: Biloba Flower. HEX triplet: AD, 93 and D9. RGB value is (173,147,217). Sum of RGB (Red+Green+Blue) = 173+147+217=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD93D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93D9 is #526C26. Grayscale: #A2A2A2. Windows color (decimal): -5401639 or 14259117. OLE color: 14259117.
HSL color Cylindrical-coordinate representation of color #AD93D9: hue angle of 262.29º degrees, saturation: 0.48, 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 #AD93D9 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 147 | 217 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.15 |
| HSL | 262.29º | 0.48% | 0.71% | - |
| HSV(B) | 262.29º | 0.32% | 0.85% | - |
| XYZ | 40.19 | 34.76 | 70.24 | - |
| YUV | 162.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 217 | 0.20 | 0.32 | 0 | 0.15 | 262.29 | 0.48 | 0.71 |
| Hex | AD | 93 | D9 | 14 | 20 | 0 | F | 106 | 30 | 47 |
| Octal | 255 | 223 | 331 | 24 | 40 | 0 | 17 | 406 | 60 | 107 |
| Binary | 10101101 | 10010011 | 11011001 | 10100 | 100000 | 0 | 1111 | 100000110 | 110000 | 1000111 |
Color Harmonies of #AD93D9
Complementary color
Monochromatic Colors of #AD93D9
Black with #AD93D9
Text Example
Text Example
White with #AD93D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93D9; }
p { color: rgb(173,147,217); }
H1.HeaderClassName
{
color: #AD93D9;
}
.AnyTagClassName
{
color: #AD93D9;
}
</style>
background-color css
<style>
a { background-color: #AD93D9; }
a { background-color: rgb(173,147,217); }
div.DivClassName
{
background-color: #AD93D9;
}
.BgClassName
{
background-color: #AD93D9;
}
</style>
border-color css
<style>
span { border-color: #AD93D9; }
span { border-color: rgb(173,147,217); }
td.TdClassName
{
border-color: #AD93D9;
}
.TagClassName
{
border-color: #AD93D9;
}
</style>