Shades of Biloba Flower #AD8BD7
Tints of Biloba Flower #AD8BD7
RGB
CMYK
RGB Variations
Color information
#AD8BD7 (or 0xAD8BD7) is known color: Biloba Flower. HEX triplet: AD, 8B and D7. RGB value is (173,139,215). Sum of RGB (Red+Green+Blue) = 173+139+215=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD8BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BD7 is #527428. Grayscale: #9D9D9D. Windows color (decimal): -5403689 or 14125997. OLE color: 14125997.
HSL color Cylindrical-coordinate representation of color #AD8BD7: hue angle of 266.84º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8BD7 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 139 | 215 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.16 |
| HSL | 266.84º | 0.49% | 0.69% | - |
| HSV(B) | 266.84º | 0.35% | 0.84% | - |
| XYZ | 38.73 | 32.26 | 68.47 | - |
| YUV | 157.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 215 | 0.20 | 0.35 | 0 | 0.16 | 266.84 | 0.49 | 0.69 |
| Hex | AD | 8B | D7 | 14 | 23 | 0 | 10 | 10B | 31 | 45 |
| Octal | 255 | 213 | 327 | 24 | 43 | 0 | 20 | 413 | 61 | 105 |
| Binary | 10101101 | 10001011 | 11010111 | 10100 | 100011 | 0 | 10000 | 100001011 | 110001 | 1000101 |
Color Harmonies of #AD8BD7
Complementary color
Monochromatic Colors of #AD8BD7
Black with #AD8BD7
Text Example
Text Example
White with #AD8BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BD7; }
p { color: rgb(173,139,215); }
H1.HeaderClassName
{
color: #AD8BD7;
}
.AnyTagClassName
{
color: #AD8BD7;
}
</style>
background-color css
<style>
a { background-color: #AD8BD7; }
a { background-color: rgb(173,139,215); }
div.DivClassName
{
background-color: #AD8BD7;
}
.BgClassName
{
background-color: #AD8BD7;
}
</style>
border-color css
<style>
span { border-color: #AD8BD7; }
span { border-color: rgb(173,139,215); }
td.TdClassName
{
border-color: #AD8BD7;
}
.TagClassName
{
border-color: #AD8BD7;
}
</style>