Shades of Biloba Flower #AD8EFF
Tints of Biloba Flower #AD8EFF
RGB
CMYK
RGB Variations
Color information
#AD8EFF (or 0xAD8EFF) is known color: Biloba Flower. HEX triplet: AD, 8E and FF. RGB value is (173,142,255). Sum of RGB (Red+Green+Blue) = 173+142+255=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EFF is #527100. Grayscale: #A3A3A3. Windows color (decimal): -5402881 or 16748205. OLE color: 16748205.
HSL color Cylindrical-coordinate representation of color #AD8EFF: hue angle of 256.46º 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 #AD8EFF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 142 | 255 | - |
| CMYK | 0.32 | 0.44 | 0 | 0 |
| HSL | 256.46º | 1% | 0.78% | - |
| HSV(B) | 256.46º | 0.44% | 1% | - |
| XYZ | 44.96 | 35.45 | 99.08 | - |
| YUV | 164.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 255 | 0.32 | 0.44 | 0 | 0 | 256.46 | 1 | 0.78 |
| Hex | AD | 8E | FF | 20 | 2C | 0 | 0 | 100 | 64 | 4E |
| Octal | 255 | 216 | 377 | 40 | 54 | 0 | 0 | 400 | 144 | 116 |
| Binary | 10101101 | 10001110 | 11111111 | 100000 | 101100 | 0 | 0 | 100000000 | 1100100 | 1001110 |
Color Harmonies of #AD8EFF
Complementary color
Monochromatic Colors of #AD8EFF
Black with #AD8EFF
Text Example
Text Example
White with #AD8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EFF; }
p { color: rgb(173,142,255); }
H1.HeaderClassName
{
color: #AD8EFF;
}
.AnyTagClassName
{
color: #AD8EFF;
}
</style>
background-color css
<style>
a { background-color: #AD8EFF; }
a { background-color: rgb(173,142,255); }
div.DivClassName
{
background-color: #AD8EFF;
}
.BgClassName
{
background-color: #AD8EFF;
}
</style>
border-color css
<style>
span { border-color: #AD8EFF; }
span { border-color: rgb(173,142,255); }
td.TdClassName
{
border-color: #AD8EFF;
}
.TagClassName
{
border-color: #AD8EFF;
}
</style>