Shades of Biloba Flower #AD8EE5
Tints of Biloba Flower #AD8EE5
RGB
CMYK
RGB Variations
Color information
#AD8EE5 (or 0xAD8EE5) is known color: Biloba Flower. HEX triplet: AD, 8E and E5. RGB value is (173,142,229). Sum of RGB (Red+Green+Blue) = 173+142+229=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD8EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EE5 is #52711A. Grayscale: #A0A0A0. Windows color (decimal): -5402907 or 15044269. OLE color: 15044269.
HSL color Cylindrical-coordinate representation of color #AD8EE5: hue angle of 261.38º degrees, saturation: 0.63, 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 #AD8EE5 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 142 | 229 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.10 |
| HSL | 261.38º | 0.63% | 0.73% | - |
| HSV(B) | 261.38º | 0.38% | 0.9% | - |
| XYZ | 41.05 | 33.89 | 78.51 | - |
| YUV | 161.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 229 | 0.24 | 0.38 | 0 | 0.10 | 261.38 | 0.63 | 0.73 |
| Hex | AD | 8E | E5 | 18 | 26 | 0 | A | 105 | 3F | 49 |
| Octal | 255 | 216 | 345 | 30 | 46 | 0 | 12 | 405 | 77 | 111 |
| Binary | 10101101 | 10001110 | 11100101 | 11000 | 100110 | 0 | 1010 | 100000101 | 111111 | 1001001 |
Color Harmonies of #AD8EE5
Complementary color
Monochromatic Colors of #AD8EE5
Black with #AD8EE5
Text Example
Text Example
White with #AD8EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EE5; }
p { color: rgb(173,142,229); }
H1.HeaderClassName
{
color: #AD8EE5;
}
.AnyTagClassName
{
color: #AD8EE5;
}
</style>
background-color css
<style>
a { background-color: #AD8EE5; }
a { background-color: rgb(173,142,229); }
div.DivClassName
{
background-color: #AD8EE5;
}
.BgClassName
{
background-color: #AD8EE5;
}
</style>
border-color css
<style>
span { border-color: #AD8EE5; }
span { border-color: rgb(173,142,229); }
td.TdClassName
{
border-color: #AD8EE5;
}
.TagClassName
{
border-color: #AD8EE5;
}
</style>