Shades of Biloba Flower #AD8EDB
Tints of Biloba Flower #AD8EDB
RGB
CMYK
RGB Variations
Color information
#AD8EDB (or 0xAD8EDB) is known color: Biloba Flower. HEX triplet: AD, 8E and DB. RGB value is (173,142,219). Sum of RGB (Red+Green+Blue) = 173+142+219=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EDB is #527124. Grayscale: #9F9F9F. Windows color (decimal): -5402917 or 14388909. OLE color: 14388909.
HSL color Cylindrical-coordinate representation of color #AD8EDB: hue angle of 264.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8EDB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 142 | 219 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.14 |
| HSL | 264.16º | 0.52% | 0.71% | - |
| HSV(B) | 264.16º | 0.35% | 0.86% | - |
| XYZ | 39.69 | 33.34 | 71.36 | - |
| YUV | 160.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 219 | 0.21 | 0.35 | 0 | 0.14 | 264.16 | 0.52 | 0.71 |
| Hex | AD | 8E | DB | 15 | 23 | 0 | E | 108 | 34 | 47 |
| Octal | 255 | 216 | 333 | 25 | 43 | 0 | 16 | 410 | 64 | 107 |
| Binary | 10101101 | 10001110 | 11011011 | 10101 | 100011 | 0 | 1110 | 100001000 | 110100 | 1000111 |
Color Harmonies of #AD8EDB
Complementary color
Monochromatic Colors of #AD8EDB
Black with #AD8EDB
Text Example
Text Example
White with #AD8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EDB; }
p { color: rgb(173,142,219); }
H1.HeaderClassName
{
color: #AD8EDB;
}
.AnyTagClassName
{
color: #AD8EDB;
}
</style>
background-color css
<style>
a { background-color: #AD8EDB; }
a { background-color: rgb(173,142,219); }
div.DivClassName
{
background-color: #AD8EDB;
}
.BgClassName
{
background-color: #AD8EDB;
}
</style>
border-color css
<style>
span { border-color: #AD8EDB; }
span { border-color: rgb(173,142,219); }
td.TdClassName
{
border-color: #AD8EDB;
}
.TagClassName
{
border-color: #AD8EDB;
}
</style>