Shades of Biloba Flower #AD8EF1
Tints of Biloba Flower #AD8EF1
RGB
CMYK
RGB Variations
Color information
#AD8EF1 (or 0xAD8EF1) is known color: Biloba Flower. HEX triplet: AD, 8E and F1. RGB value is (173,142,241). Sum of RGB (Red+Green+Blue) = 173+142+241=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD8EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EF1 is #52710E. Grayscale: #A2A2A2. Windows color (decimal): -5402895 or 15830701. OLE color: 15830701.
HSL color Cylindrical-coordinate representation of color #AD8EF1: hue angle of 258.79º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8EF1 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 142 | 241 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.05 |
| HSL | 258.79º | 0.78% | 0.75% | - |
| HSV(B) | 258.79º | 0.41% | 0.95% | - |
| XYZ | 42.78 | 34.58 | 87.64 | - |
| YUV | 162.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 241 | 0.28 | 0.41 | 0 | 0.05 | 258.79 | 0.78 | 0.75 |
| Hex | AD | 8E | F1 | 1C | 29 | 0 | 5 | 103 | 4E | 4B |
| Octal | 255 | 216 | 361 | 34 | 51 | 0 | 5 | 403 | 116 | 113 |
| Binary | 10101101 | 10001110 | 11110001 | 11100 | 101001 | 0 | 101 | 100000011 | 1001110 | 1001011 |
Color Harmonies of #AD8EF1
Complementary color
Monochromatic Colors of #AD8EF1
Black with #AD8EF1
Text Example
Text Example
White with #AD8EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EF1; }
p { color: rgb(173,142,241); }
H1.HeaderClassName
{
color: #AD8EF1;
}
.AnyTagClassName
{
color: #AD8EF1;
}
</style>
background-color css
<style>
a { background-color: #AD8EF1; }
a { background-color: rgb(173,142,241); }
div.DivClassName
{
background-color: #AD8EF1;
}
.BgClassName
{
background-color: #AD8EF1;
}
</style>
border-color css
<style>
span { border-color: #AD8EF1; }
span { border-color: rgb(173,142,241); }
td.TdClassName
{
border-color: #AD8EF1;
}
.TagClassName
{
border-color: #AD8EF1;
}
</style>