Shades of Biloba Flower #AD8FFF
Tints of Biloba Flower #AD8FFF
RGB
CMYK
RGB Variations
Color information
#AD8FFF (or 0xAD8FFF) is known color: Biloba Flower. HEX triplet: AD, 8F and FF. RGB value is (173,143,255). Sum of RGB (Red+Green+Blue) = 173+143+255=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FFF is #527000. Grayscale: #A4A4A4. Windows color (decimal): -5402625 or 16748461. OLE color: 16748461.
HSL color Cylindrical-coordinate representation of color #AD8FFF: hue angle of 256.07º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD8FFF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 143 | 255 | - |
| CMYK | 0.32 | 0.44 | 0 | 0 |
| HSL | 256.07º | 1% | 0.78% | - |
| HSV(B) | 256.07º | 0.44% | 1% | - |
| XYZ | 45.11 | 35.75 | 99.13 | - |
| YUV | 164.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 255 | 0.32 | 0.44 | 0 | 0 | 256.07 | 1 | 0.78 |
| Hex | AD | 8F | FF | 20 | 2C | 0 | 0 | 100 | 64 | 4E |
| Octal | 255 | 217 | 377 | 40 | 54 | 0 | 0 | 400 | 144 | 116 |
| Binary | 10101101 | 10001111 | 11111111 | 100000 | 101100 | 0 | 0 | 100000000 | 1100100 | 1001110 |
Color Harmonies of #AD8FFF
Complementary color
Monochromatic Colors of #AD8FFF
Black with #AD8FFF
Text Example
Text Example
White with #AD8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FFF; }
p { color: rgb(173,143,255); }
H1.HeaderClassName
{
color: #AD8FFF;
}
.AnyTagClassName
{
color: #AD8FFF;
}
</style>
background-color css
<style>
a { background-color: #AD8FFF; }
a { background-color: rgb(173,143,255); }
div.DivClassName
{
background-color: #AD8FFF;
}
.BgClassName
{
background-color: #AD8FFF;
}
</style>
border-color css
<style>
span { border-color: #AD8FFF; }
span { border-color: rgb(173,143,255); }
td.TdClassName
{
border-color: #AD8FFF;
}
.TagClassName
{
border-color: #AD8FFF;
}
</style>