Shades of Biloba Flower #AD8EFD
Tints of Biloba Flower #AD8EFD
RGB
CMYK
RGB Variations
Color information
#AD8EFD (or 0xAD8EFD) is known color: Biloba Flower. HEX triplet: AD, 8E and FD. RGB value is (173,142,253). Sum of RGB (Red+Green+Blue) = 173+142+253=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD8EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EFD is #527102. Grayscale: #A3A3A3. Windows color (decimal): -5402883 or 16617133. OLE color: 16617133.
HSL color Cylindrical-coordinate representation of color #AD8EFD: hue angle of 256.76º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD8EFD is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 142 | 253 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.01 |
| HSL | 256.76º | 0.97% | 0.77% | - |
| HSV(B) | 256.76º | 0.44% | 0.99% | - |
| XYZ | 44.64 | 35.32 | 97.39 | - |
| YUV | 163.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 253 | 0.32 | 0.44 | 0 | 0.01 | 256.76 | 0.97 | 0.77 |
| Hex | AD | 8E | FD | 20 | 2C | 0 | 1 | 101 | 61 | 4D |
| Octal | 255 | 216 | 375 | 40 | 54 | 0 | 1 | 401 | 141 | 115 |
| Binary | 10101101 | 10001110 | 11111101 | 100000 | 101100 | 0 | 1 | 100000001 | 1100001 | 1001101 |
Color Harmonies of #AD8EFD
Complementary color
Monochromatic Colors of #AD8EFD
Black with #AD8EFD
Text Example
Text Example
White with #AD8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EFD; }
p { color: rgb(173,142,253); }
H1.HeaderClassName
{
color: #AD8EFD;
}
.AnyTagClassName
{
color: #AD8EFD;
}
</style>
background-color css
<style>
a { background-color: #AD8EFD; }
a { background-color: rgb(173,142,253); }
div.DivClassName
{
background-color: #AD8EFD;
}
.BgClassName
{
background-color: #AD8EFD;
}
</style>
border-color css
<style>
span { border-color: #AD8EFD; }
span { border-color: rgb(173,142,253); }
td.TdClassName
{
border-color: #AD8EFD;
}
.TagClassName
{
border-color: #AD8EFD;
}
</style>