Shades of Biloba Flower #AD8FDD
Tints of Biloba Flower #AD8FDD
RGB
CMYK
RGB Variations
Color information
#AD8FDD (or 0xAD8FDD) is known color: Biloba Flower. HEX triplet: AD, 8F and DD. RGB value is (173,143,221). Sum of RGB (Red+Green+Blue) = 173+143+221=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FDD is #527022. Grayscale: #A0A0A0. Windows color (decimal): -5402659 or 14520237. OLE color: 14520237.
HSL color Cylindrical-coordinate representation of color #AD8FDD: hue angle of 263.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8FDD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 143 | 221 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.13 |
| HSL | 263.08º | 0.53% | 0.71% | - |
| HSV(B) | 263.08º | 0.35% | 0.87% | - |
| XYZ | 40.11 | 33.75 | 72.81 | - |
| YUV | 160.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 221 | 0.22 | 0.35 | 0 | 0.13 | 263.08 | 0.53 | 0.71 |
| Hex | AD | 8F | DD | 16 | 23 | 0 | D | 107 | 35 | 47 |
| Octal | 255 | 217 | 335 | 26 | 43 | 0 | 15 | 407 | 65 | 107 |
| Binary | 10101101 | 10001111 | 11011101 | 10110 | 100011 | 0 | 1101 | 100000111 | 110101 | 1000111 |
Color Harmonies of #AD8FDD
Complementary color
Monochromatic Colors of #AD8FDD
Black with #AD8FDD
Text Example
Text Example
White with #AD8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FDD; }
p { color: rgb(173,143,221); }
H1.HeaderClassName
{
color: #AD8FDD;
}
.AnyTagClassName
{
color: #AD8FDD;
}
</style>
background-color css
<style>
a { background-color: #AD8FDD; }
a { background-color: rgb(173,143,221); }
div.DivClassName
{
background-color: #AD8FDD;
}
.BgClassName
{
background-color: #AD8FDD;
}
</style>
border-color css
<style>
span { border-color: #AD8FDD; }
span { border-color: rgb(173,143,221); }
td.TdClassName
{
border-color: #AD8FDD;
}
.TagClassName
{
border-color: #AD8FDD;
}
</style>