Shades of Biloba Flower #AD81DA
Tints of Biloba Flower #AD81DA
RGB
CMYK
RGB Variations
Color information
#AD81DA (or 0xAD81DA) is known color: Biloba Flower. HEX triplet: AD, 81 and DA. RGB value is (173,129,218). Sum of RGB (Red+Green+Blue) = 173+129+218=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DA is #527E25. Grayscale: #979797. Windows color (decimal): -5406246 or 14320045. OLE color: 14320045.
HSL color Cylindrical-coordinate representation of color #AD81DA: hue angle of 269.66º degrees, saturation: 0.55, 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 #AD81DA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 129 | 218 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.15 |
| HSL | 269.66º | 0.55% | 0.68% | - |
| HSV(B) | 269.66º | 0.41% | 0.85% | - |
| XYZ | 37.74 | 29.65 | 70.06 | - |
| YUV | 152.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 218 | 0.21 | 0.41 | 0 | 0.15 | 269.66 | 0.55 | 0.68 |
| Hex | AD | 81 | DA | 15 | 29 | 0 | F | 10E | 37 | 44 |
| Octal | 255 | 201 | 332 | 25 | 51 | 0 | 17 | 416 | 67 | 104 |
| Binary | 10101101 | 10000001 | 11011010 | 10101 | 101001 | 0 | 1111 | 100001110 | 110111 | 1000100 |
Color Harmonies of #AD81DA
Complementary color
Monochromatic Colors of #AD81DA
Black with #AD81DA
Text Example
Text Example
White with #AD81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81DA; }
p { color: rgb(173,129,218); }
H1.HeaderClassName
{
color: #AD81DA;
}
.AnyTagClassName
{
color: #AD81DA;
}
</style>
background-color css
<style>
a { background-color: #AD81DA; }
a { background-color: rgb(173,129,218); }
div.DivClassName
{
background-color: #AD81DA;
}
.BgClassName
{
background-color: #AD81DA;
}
</style>
border-color css
<style>
span { border-color: #AD81DA; }
span { border-color: rgb(173,129,218); }
td.TdClassName
{
border-color: #AD81DA;
}
.TagClassName
{
border-color: #AD81DA;
}
</style>