Shades of Biloba Flower #AD8BDF
Tints of Biloba Flower #AD8BDF
RGB
CMYK
RGB Variations
Color information
#AD8BDF (or 0xAD8BDF) is known color: Biloba Flower. HEX triplet: AD, 8B and DF. RGB value is (173,139,223). Sum of RGB (Red+Green+Blue) = 173+139+223=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BDF is #527420. Grayscale: #9E9E9E. Windows color (decimal): -5403681 or 14650285. OLE color: 14650285.
HSL color Cylindrical-coordinate representation of color #AD8BDF: hue angle of 264.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD8BDF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 139 | 223 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.13 |
| HSL | 264.29º | 0.57% | 0.71% | - |
| HSV(B) | 264.29º | 0.38% | 0.87% | - |
| XYZ | 39.79 | 32.68 | 74.02 | - |
| YUV | 158.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 223 | 0.22 | 0.38 | 0 | 0.13 | 264.29 | 0.57 | 0.71 |
| Hex | AD | 8B | DF | 16 | 26 | 0 | D | 108 | 39 | 47 |
| Octal | 255 | 213 | 337 | 26 | 46 | 0 | 15 | 410 | 71 | 107 |
| Binary | 10101101 | 10001011 | 11011111 | 10110 | 100110 | 0 | 1101 | 100001000 | 111001 | 1000111 |
Color Harmonies of #AD8BDF
Complementary color
Monochromatic Colors of #AD8BDF
Black with #AD8BDF
Text Example
Text Example
White with #AD8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BDF; }
p { color: rgb(173,139,223); }
H1.HeaderClassName
{
color: #AD8BDF;
}
.AnyTagClassName
{
color: #AD8BDF;
}
</style>
background-color css
<style>
a { background-color: #AD8BDF; }
a { background-color: rgb(173,139,223); }
div.DivClassName
{
background-color: #AD8BDF;
}
.BgClassName
{
background-color: #AD8BDF;
}
</style>
border-color css
<style>
span { border-color: #AD8BDF; }
span { border-color: rgb(173,139,223); }
td.TdClassName
{
border-color: #AD8BDF;
}
.TagClassName
{
border-color: #AD8BDF;
}
</style>