Shades of Biloba Flower #AD86DD
Tints of Biloba Flower #AD86DD
RGB
CMYK
RGB Variations
Color information
#AD86DD (or 0xAD86DD) is known color: Biloba Flower. HEX triplet: AD, 86 and DD. RGB value is (173,134,221). Sum of RGB (Red+Green+Blue) = 173+134+221=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86DD is #527922. Grayscale: #9B9B9B. Windows color (decimal): -5404963 or 14517933. OLE color: 14517933.
HSL color Cylindrical-coordinate representation of color #AD86DD: hue angle of 266.9º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD86DD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 134 | 221 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.13 |
| HSL | 266.9º | 0.56% | 0.7% | - |
| HSV(B) | 266.9º | 0.39% | 0.87% | - |
| XYZ | 38.81 | 31.15 | 72.37 | - |
| YUV | 155.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 221 | 0.22 | 0.39 | 0 | 0.13 | 266.9 | 0.56 | 0.7 |
| Hex | AD | 86 | DD | 16 | 27 | 0 | D | 10B | 38 | 46 |
| Octal | 255 | 206 | 335 | 26 | 47 | 0 | 15 | 413 | 70 | 106 |
| Binary | 10101101 | 10000110 | 11011101 | 10110 | 100111 | 0 | 1101 | 100001011 | 111000 | 1000110 |
Color Harmonies of #AD86DD
Complementary color
Monochromatic Colors of #AD86DD
Black with #AD86DD
Text Example
Text Example
White with #AD86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD86DD; }
p { color: rgb(173,134,221); }
H1.HeaderClassName
{
color: #AD86DD;
}
.AnyTagClassName
{
color: #AD86DD;
}
</style>
background-color css
<style>
a { background-color: #AD86DD; }
a { background-color: rgb(173,134,221); }
div.DivClassName
{
background-color: #AD86DD;
}
.BgClassName
{
background-color: #AD86DD;
}
</style>
border-color css
<style>
span { border-color: #AD86DD; }
span { border-color: rgb(173,134,221); }
td.TdClassName
{
border-color: #AD86DD;
}
.TagClassName
{
border-color: #AD86DD;
}
</style>