Shades of Biloba Flower #AD8ECD
Tints of Biloba Flower #AD8ECD
RGB
CMYK
RGB Variations
Color information
#AD8ECD (or 0xAD8ECD) is known color: Biloba Flower. HEX triplet: AD, 8E and CD. RGB value is (173,142,205). Sum of RGB (Red+Green+Blue) = 173+142+205=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ECD is #527132. Grayscale: #9E9E9E. Windows color (decimal): -5402931 or 13471405. OLE color: 13471405.
HSL color Cylindrical-coordinate representation of color #AD8ECD: hue angle of 269.52º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8ECD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 142 | 205 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.20 |
| HSL | 269.52º | 0.39% | 0.68% | - |
| HSV(B) | 269.52º | 0.31% | 0.8% | - |
| XYZ | 37.93 | 32.64 | 62.06 | - |
| YUV | 158.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 205 | 0.16 | 0.31 | 0 | 0.20 | 269.52 | 0.39 | 0.68 |
| Hex | AD | 8E | CD | 10 | 1F | 0 | 14 | 10E | 27 | 44 |
| Octal | 255 | 216 | 315 | 20 | 37 | 0 | 24 | 416 | 47 | 104 |
| Binary | 10101101 | 10001110 | 11001101 | 10000 | 11111 | 0 | 10100 | 100001110 | 100111 | 1000100 |
Color Harmonies of #AD8ECD
Complementary color
Monochromatic Colors of #AD8ECD
Black with #AD8ECD
Text Example
Text Example
White with #AD8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8ECD; }
p { color: rgb(173,142,205); }
H1.HeaderClassName
{
color: #AD8ECD;
}
.AnyTagClassName
{
color: #AD8ECD;
}
</style>
background-color css
<style>
a { background-color: #AD8ECD; }
a { background-color: rgb(173,142,205); }
div.DivClassName
{
background-color: #AD8ECD;
}
.BgClassName
{
background-color: #AD8ECD;
}
</style>
border-color css
<style>
span { border-color: #AD8ECD; }
span { border-color: rgb(173,142,205); }
td.TdClassName
{
border-color: #AD8ECD;
}
.TagClassName
{
border-color: #AD8ECD;
}
</style>