Shades of Biloba Flower #AD8BFF
Tints of Biloba Flower #AD8BFF
RGB
CMYK
RGB Variations
Color information
#AD8BFF (or 0xAD8BFF) is known color: Biloba Flower. HEX triplet: AD, 8B and FF. RGB value is (173,139,255). Sum of RGB (Red+Green+Blue) = 173+139+255=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BFF is #527400. Grayscale: #A1A1A1. Windows color (decimal): -5403649 or 16747437. OLE color: 16747437.
HSL color Cylindrical-coordinate representation of color #AD8BFF: hue angle of 257.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8BFF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 139 | 255 | - |
| CMYK | 0.32 | 0.45 | 0 | 0 |
| HSL | 257.59º | 1% | 0.77% | - |
| HSV(B) | 257.59º | 0.45% | 1% | - |
| XYZ | 44.52 | 34.57 | 98.93 | - |
| YUV | 162.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 255 | 0.32 | 0.45 | 0 | 0 | 257.59 | 1 | 0.77 |
| Hex | AD | 8B | FF | 20 | 2D | 0 | 0 | 102 | 64 | 4D |
| Octal | 255 | 213 | 377 | 40 | 55 | 0 | 0 | 402 | 144 | 115 |
| Binary | 10101101 | 10001011 | 11111111 | 100000 | 101101 | 0 | 0 | 100000010 | 1100100 | 1001101 |
Color Harmonies of #AD8BFF
Complementary color
Monochromatic Colors of #AD8BFF
Black with #AD8BFF
Text Example
Text Example
White with #AD8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BFF; }
p { color: rgb(173,139,255); }
H1.HeaderClassName
{
color: #AD8BFF;
}
.AnyTagClassName
{
color: #AD8BFF;
}
</style>
background-color css
<style>
a { background-color: #AD8BFF; }
a { background-color: rgb(173,139,255); }
div.DivClassName
{
background-color: #AD8BFF;
}
.BgClassName
{
background-color: #AD8BFF;
}
</style>
border-color css
<style>
span { border-color: #AD8BFF; }
span { border-color: rgb(173,139,255); }
td.TdClassName
{
border-color: #AD8BFF;
}
.TagClassName
{
border-color: #AD8BFF;
}
</style>