Shades of Biloba Flower #AD8FE6
Tints of Biloba Flower #AD8FE6
RGB
CMYK
RGB Variations
Color information
#AD8FE6 (or 0xAD8FE6) is known color: Biloba Flower. HEX triplet: AD, 8F and E6. RGB value is (173,143,230). Sum of RGB (Red+Green+Blue) = 173+143+230=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD8FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FE6 is #527019. Grayscale: #A1A1A1. Windows color (decimal): -5402650 or 15110061. OLE color: 15110061.
HSL color Cylindrical-coordinate representation of color #AD8FE6: hue angle of 260.69º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD8FE6 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 143 | 230 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.10 |
| HSL | 260.69º | 0.64% | 0.73% | - |
| HSV(B) | 260.69º | 0.38% | 0.9% | - |
| XYZ | 41.34 | 34.24 | 79.29 | - |
| YUV | 161.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 230 | 0.25 | 0.38 | 0 | 0.10 | 260.69 | 0.64 | 0.73 |
| Hex | AD | 8F | E6 | 19 | 26 | 0 | A | 105 | 40 | 49 |
| Octal | 255 | 217 | 346 | 31 | 46 | 0 | 12 | 405 | 100 | 111 |
| Binary | 10101101 | 10001111 | 11100110 | 11001 | 100110 | 0 | 1010 | 100000101 | 1000000 | 1001001 |
Color Harmonies of #AD8FE6
Complementary color
Monochromatic Colors of #AD8FE6
Black with #AD8FE6
Text Example
Text Example
White with #AD8FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FE6; }
p { color: rgb(173,143,230); }
H1.HeaderClassName
{
color: #AD8FE6;
}
.AnyTagClassName
{
color: #AD8FE6;
}
</style>
background-color css
<style>
a { background-color: #AD8FE6; }
a { background-color: rgb(173,143,230); }
div.DivClassName
{
background-color: #AD8FE6;
}
.BgClassName
{
background-color: #AD8FE6;
}
</style>
border-color css
<style>
span { border-color: #AD8FE6; }
span { border-color: rgb(173,143,230); }
td.TdClassName
{
border-color: #AD8FE6;
}
.TagClassName
{
border-color: #AD8FE6;
}
</style>