Shades of Biloba Flower #AD8DDF
Tints of Biloba Flower #AD8DDF
RGB
CMYK
RGB Variations
Color information
#AD8DDF (or 0xAD8DDF) is known color: Biloba Flower. HEX triplet: AD, 8D and DF. RGB value is (173,141,223). Sum of RGB (Red+Green+Blue) = 173+141+223=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD8DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DDF is #527220. Grayscale: #9F9F9F. Windows color (decimal): -5403169 or 14650797. OLE color: 14650797.
HSL color Cylindrical-coordinate representation of color #AD8DDF: hue angle of 263.41º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8DDF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 141 | 223 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.13 |
| HSL | 263.41º | 0.56% | 0.71% | - |
| HSV(B) | 263.41º | 0.37% | 0.87% | - |
| XYZ | 40.08 | 33.26 | 74.12 | - |
| YUV | 159.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 223 | 0.22 | 0.37 | 0 | 0.13 | 263.41 | 0.56 | 0.71 |
| Hex | AD | 8D | DF | 16 | 25 | 0 | D | 107 | 38 | 47 |
| Octal | 255 | 215 | 337 | 26 | 45 | 0 | 15 | 407 | 70 | 107 |
| Binary | 10101101 | 10001101 | 11011111 | 10110 | 100101 | 0 | 1101 | 100000111 | 111000 | 1000111 |
Color Harmonies of #AD8DDF
Complementary color
Monochromatic Colors of #AD8DDF
Black with #AD8DDF
Text Example
Text Example
White with #AD8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DDF; }
p { color: rgb(173,141,223); }
H1.HeaderClassName
{
color: #AD8DDF;
}
.AnyTagClassName
{
color: #AD8DDF;
}
</style>
background-color css
<style>
a { background-color: #AD8DDF; }
a { background-color: rgb(173,141,223); }
div.DivClassName
{
background-color: #AD8DDF;
}
.BgClassName
{
background-color: #AD8DDF;
}
</style>
border-color css
<style>
span { border-color: #AD8DDF; }
span { border-color: rgb(173,141,223); }
td.TdClassName
{
border-color: #AD8DDF;
}
.TagClassName
{
border-color: #AD8DDF;
}
</style>