Shades of Biloba Flower #AD81D9
Tints of Biloba Flower #AD81D9
RGB
CMYK
RGB Variations
Color information
#AD81D9 (or 0xAD81D9) is known color: Biloba Flower. HEX triplet: AD, 81 and D9. RGB value is (173,129,217). Sum of RGB (Red+Green+Blue) = 173+129+217=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD81D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81D9 is #527E26. Grayscale: #979797. Windows color (decimal): -5406247 or 14254509. OLE color: 14254509.
HSL color Cylindrical-coordinate representation of color #AD81D9: hue angle of 270º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD81D9 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 129 | 217 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.15 |
| HSL | 270º | 0.54% | 0.68% | - |
| HSV(B) | 270º | 0.41% | 0.85% | - |
| XYZ | 37.61 | 29.59 | 69.38 | - |
| YUV | 152.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 217 | 0.20 | 0.41 | 0 | 0.15 | 270 | 0.54 | 0.68 |
| Hex | AD | 81 | D9 | 14 | 29 | 0 | F | 10E | 36 | 44 |
| Octal | 255 | 201 | 331 | 24 | 51 | 0 | 17 | 416 | 66 | 104 |
| Binary | 10101101 | 10000001 | 11011001 | 10100 | 101001 | 0 | 1111 | 100001110 | 110110 | 1000100 |
Color Harmonies of #AD81D9
Complementary color
Monochromatic Colors of #AD81D9
Black with #AD81D9
Text Example
Text Example
White with #AD81D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81D9; }
p { color: rgb(173,129,217); }
H1.HeaderClassName
{
color: #AD81D9;
}
.AnyTagClassName
{
color: #AD81D9;
}
</style>
background-color css
<style>
a { background-color: #AD81D9; }
a { background-color: rgb(173,129,217); }
div.DivClassName
{
background-color: #AD81D9;
}
.BgClassName
{
background-color: #AD81D9;
}
</style>
border-color css
<style>
span { border-color: #AD81D9; }
span { border-color: rgb(173,129,217); }
td.TdClassName
{
border-color: #AD81D9;
}
.TagClassName
{
border-color: #AD81D9;
}
</style>