Shades of Biloba Flower #AD8EE7
Tints of Biloba Flower #AD8EE7
RGB
CMYK
RGB Variations
Color information
#AD8EE7 (or 0xAD8EE7) is known color: Biloba Flower. HEX triplet: AD, 8E and E7. RGB value is (173,142,231). Sum of RGB (Red+Green+Blue) = 173+142+231=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD8EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EE7 is #527118. Grayscale: #A1A1A1. Windows color (decimal): -5402905 or 15175341. OLE color: 15175341.
HSL color Cylindrical-coordinate representation of color #AD8EE7: hue angle of 260.9º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8EE7 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 142 | 231 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.09 |
| HSL | 260.9º | 0.65% | 0.73% | - |
| HSV(B) | 260.9º | 0.39% | 0.91% | - |
| XYZ | 41.33 | 34 | 79.99 | - |
| YUV | 161.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 231 | 0.25 | 0.39 | 0 | 0.09 | 260.9 | 0.65 | 0.73 |
| Hex | AD | 8E | E7 | 19 | 27 | 0 | 9 | 105 | 41 | 49 |
| Octal | 255 | 216 | 347 | 31 | 47 | 0 | 11 | 405 | 101 | 111 |
| Binary | 10101101 | 10001110 | 11100111 | 11001 | 100111 | 0 | 1001 | 100000101 | 1000001 | 1001001 |
Color Harmonies of #AD8EE7
Complementary color
Monochromatic Colors of #AD8EE7
Black with #AD8EE7
Text Example
Text Example
White with #AD8EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EE7; }
p { color: rgb(173,142,231); }
H1.HeaderClassName
{
color: #AD8EE7;
}
.AnyTagClassName
{
color: #AD8EE7;
}
</style>
background-color css
<style>
a { background-color: #AD8EE7; }
a { background-color: rgb(173,142,231); }
div.DivClassName
{
background-color: #AD8EE7;
}
.BgClassName
{
background-color: #AD8EE7;
}
</style>
border-color css
<style>
span { border-color: #AD8EE7; }
span { border-color: rgb(173,142,231); }
td.TdClassName
{
border-color: #AD8EE7;
}
.TagClassName
{
border-color: #AD8EE7;
}
</style>