Shades of Biloba Flower #AD93DF
Tints of Biloba Flower #AD93DF
RGB
CMYK
RGB Variations
Color information
#AD93DF (or 0xAD93DF) is known color: Biloba Flower. HEX triplet: AD, 93 and DF. RGB value is (173,147,223). Sum of RGB (Red+Green+Blue) = 173+147+223=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93DF is #526C20. Grayscale: #A3A3A3. Windows color (decimal): -5401633 or 14652333. OLE color: 14652333.
HSL color Cylindrical-coordinate representation of color #AD93DF: hue angle of 260.53º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD93DF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 147 | 223 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.13 |
| HSL | 260.53º | 0.54% | 0.73% | - |
| HSV(B) | 260.53º | 0.34% | 0.87% | - |
| XYZ | 40.99 | 35.08 | 74.42 | - |
| YUV | 163.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 223 | 0.22 | 0.34 | 0 | 0.13 | 260.53 | 0.54 | 0.73 |
| Hex | AD | 93 | DF | 16 | 22 | 0 | D | 105 | 36 | 49 |
| Octal | 255 | 223 | 337 | 26 | 42 | 0 | 15 | 405 | 66 | 111 |
| Binary | 10101101 | 10010011 | 11011111 | 10110 | 100010 | 0 | 1101 | 100000101 | 110110 | 1001001 |
Color Harmonies of #AD93DF
Complementary color
Monochromatic Colors of #AD93DF
Black with #AD93DF
Text Example
Text Example
White with #AD93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93DF; }
p { color: rgb(173,147,223); }
H1.HeaderClassName
{
color: #AD93DF;
}
.AnyTagClassName
{
color: #AD93DF;
}
</style>
background-color css
<style>
a { background-color: #AD93DF; }
a { background-color: rgb(173,147,223); }
div.DivClassName
{
background-color: #AD93DF;
}
.BgClassName
{
background-color: #AD93DF;
}
</style>
border-color css
<style>
span { border-color: #AD93DF; }
span { border-color: rgb(173,147,223); }
td.TdClassName
{
border-color: #AD93DF;
}
.TagClassName
{
border-color: #AD93DF;
}
</style>