Shades of Biloba Flower #AD8DFF
Tints of Biloba Flower #AD8DFF
RGB
CMYK
RGB Variations
Color information
#AD8DFF (or 0xAD8DFF) is known color: Biloba Flower. HEX triplet: AD, 8D and FF. RGB value is (173,141,255). Sum of RGB (Red+Green+Blue) = 173+141+255=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DFF is #527200. Grayscale: #A3A3A3. Windows color (decimal): -5403137 or 16747949. OLE color: 16747949.
HSL color Cylindrical-coordinate representation of color #AD8DFF: hue angle of 256.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8DFF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 141 | 255 | - |
| CMYK | 0.32 | 0.45 | 0 | 0 |
| HSL | 256.84º | 1% | 0.78% | - |
| HSV(B) | 256.84º | 0.45% | 1% | - |
| XYZ | 44.81 | 35.15 | 99.03 | - |
| YUV | 163.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 255 | 0.32 | 0.45 | 0 | 0 | 256.84 | 1 | 0.78 |
| Hex | AD | 8D | FF | 20 | 2D | 0 | 0 | 101 | 64 | 4E |
| Octal | 255 | 215 | 377 | 40 | 55 | 0 | 0 | 401 | 144 | 116 |
| Binary | 10101101 | 10001101 | 11111111 | 100000 | 101101 | 0 | 0 | 100000001 | 1100100 | 1001110 |
Color Harmonies of #AD8DFF
Complementary color
Monochromatic Colors of #AD8DFF
Black with #AD8DFF
Text Example
Text Example
White with #AD8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DFF; }
p { color: rgb(173,141,255); }
H1.HeaderClassName
{
color: #AD8DFF;
}
.AnyTagClassName
{
color: #AD8DFF;
}
</style>
background-color css
<style>
a { background-color: #AD8DFF; }
a { background-color: rgb(173,141,255); }
div.DivClassName
{
background-color: #AD8DFF;
}
.BgClassName
{
background-color: #AD8DFF;
}
</style>
border-color css
<style>
span { border-color: #AD8DFF; }
span { border-color: rgb(173,141,255); }
td.TdClassName
{
border-color: #AD8DFF;
}
.TagClassName
{
border-color: #AD8DFF;
}
</style>