Shades of Biloba Flower #AD8EE9
Tints of Biloba Flower #AD8EE9
RGB
CMYK
RGB Variations
Color information
#AD8EE9 (or 0xAD8EE9) is known color: Biloba Flower. HEX triplet: AD, 8E and E9. RGB value is (173,142,233). Sum of RGB (Red+Green+Blue) = 173+142+233=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD8EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EE9 is #527116. Grayscale: #A1A1A1. Windows color (decimal): -5402903 or 15306413. OLE color: 15306413.
HSL color Cylindrical-coordinate representation of color #AD8EE9: hue angle of 260.44º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8EE9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 142 | 233 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.09 |
| HSL | 260.44º | 0.67% | 0.74% | - |
| HSV(B) | 260.44º | 0.39% | 0.91% | - |
| XYZ | 41.61 | 34.11 | 81.48 | - |
| YUV | 161.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 233 | 0.26 | 0.39 | 0 | 0.09 | 260.44 | 0.67 | 0.74 |
| Hex | AD | 8E | E9 | 1A | 27 | 0 | 9 | 104 | 43 | 4A |
| Octal | 255 | 216 | 351 | 32 | 47 | 0 | 11 | 404 | 103 | 112 |
| Binary | 10101101 | 10001110 | 11101001 | 11010 | 100111 | 0 | 1001 | 100000100 | 1000011 | 1001010 |
Color Harmonies of #AD8EE9
Complementary color
Monochromatic Colors of #AD8EE9
Black with #AD8EE9
Text Example
Text Example
White with #AD8EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EE9; }
p { color: rgb(173,142,233); }
H1.HeaderClassName
{
color: #AD8EE9;
}
.AnyTagClassName
{
color: #AD8EE9;
}
</style>
background-color css
<style>
a { background-color: #AD8EE9; }
a { background-color: rgb(173,142,233); }
div.DivClassName
{
background-color: #AD8EE9;
}
.BgClassName
{
background-color: #AD8EE9;
}
</style>
border-color css
<style>
span { border-color: #AD8EE9; }
span { border-color: rgb(173,142,233); }
td.TdClassName
{
border-color: #AD8EE9;
}
.TagClassName
{
border-color: #AD8EE9;
}
</style>