Shades of Biloba Flower #AD8EE8
Tints of Biloba Flower #AD8EE8
RGB
CMYK
RGB Variations
Color information
#AD8EE8 (or 0xAD8EE8) is known color: Biloba Flower. HEX triplet: AD, 8E and E8. RGB value is (173,142,232). Sum of RGB (Red+Green+Blue) = 173+142+232=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD8EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EE8 is #527117. Grayscale: #A1A1A1. Windows color (decimal): -5402904 or 15240877. OLE color: 15240877.
HSL color Cylindrical-coordinate representation of color #AD8EE8: hue angle of 260.67º degrees, saturation: 0.66, 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 #AD8EE8 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 142 | 232 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.09 |
| HSL | 260.67º | 0.66% | 0.73% | - |
| HSV(B) | 260.67º | 0.39% | 0.91% | - |
| XYZ | 41.47 | 34.06 | 80.73 | - |
| YUV | 161.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 232 | 0.25 | 0.39 | 0 | 0.09 | 260.67 | 0.66 | 0.73 |
| Hex | AD | 8E | E8 | 19 | 27 | 0 | 9 | 105 | 42 | 49 |
| Octal | 255 | 216 | 350 | 31 | 47 | 0 | 11 | 405 | 102 | 111 |
| Binary | 10101101 | 10001110 | 11101000 | 11001 | 100111 | 0 | 1001 | 100000101 | 1000010 | 1001001 |
Color Harmonies of #AD8EE8
Complementary color
Monochromatic Colors of #AD8EE8
Black with #AD8EE8
Text Example
Text Example
White with #AD8EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EE8; }
p { color: rgb(173,142,232); }
H1.HeaderClassName
{
color: #AD8EE8;
}
.AnyTagClassName
{
color: #AD8EE8;
}
</style>
background-color css
<style>
a { background-color: #AD8EE8; }
a { background-color: rgb(173,142,232); }
div.DivClassName
{
background-color: #AD8EE8;
}
.BgClassName
{
background-color: #AD8EE8;
}
</style>
border-color css
<style>
span { border-color: #AD8EE8; }
span { border-color: rgb(173,142,232); }
td.TdClassName
{
border-color: #AD8EE8;
}
.TagClassName
{
border-color: #AD8EE8;
}
</style>