Shades of Biloba Flower #AD8DE2
Tints of Biloba Flower #AD8DE2
RGB
CMYK
RGB Variations
Color information
#AD8DE2 (or 0xAD8DE2) is known color: Biloba Flower. HEX triplet: AD, 8D and E2. RGB value is (173,141,226). Sum of RGB (Red+Green+Blue) = 173+141+226=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD8DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DE2 is #52721D. Grayscale: #9F9F9F. Windows color (decimal): -5403166 or 14847405. OLE color: 14847405.
HSL color Cylindrical-coordinate representation of color #AD8DE2: hue angle of 262.59º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD8DE2 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 141 | 226 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.11 |
| HSL | 262.59º | 0.59% | 0.72% | - |
| HSV(B) | 262.59º | 0.38% | 0.89% | - |
| XYZ | 40.49 | 33.42 | 76.27 | - |
| YUV | 160.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 226 | 0.23 | 0.38 | 0 | 0.11 | 262.59 | 0.59 | 0.72 |
| Hex | AD | 8D | E2 | 17 | 26 | 0 | B | 107 | 3B | 48 |
| Octal | 255 | 215 | 342 | 27 | 46 | 0 | 13 | 407 | 73 | 110 |
| Binary | 10101101 | 10001101 | 11100010 | 10111 | 100110 | 0 | 1011 | 100000111 | 111011 | 1001000 |
Color Harmonies of #AD8DE2
Complementary color
Monochromatic Colors of #AD8DE2
Black with #AD8DE2
Text Example
Text Example
White with #AD8DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DE2; }
p { color: rgb(173,141,226); }
H1.HeaderClassName
{
color: #AD8DE2;
}
.AnyTagClassName
{
color: #AD8DE2;
}
</style>
background-color css
<style>
a { background-color: #AD8DE2; }
a { background-color: rgb(173,141,226); }
div.DivClassName
{
background-color: #AD8DE2;
}
.BgClassName
{
background-color: #AD8DE2;
}
</style>
border-color css
<style>
span { border-color: #AD8DE2; }
span { border-color: rgb(173,141,226); }
td.TdClassName
{
border-color: #AD8DE2;
}
.TagClassName
{
border-color: #AD8DE2;
}
</style>