Shades of Biloba Flower #AD81DF
Tints of Biloba Flower #AD81DF
RGB
CMYK
RGB Variations
Color information
#AD81DF (or 0xAD81DF) is known color: Biloba Flower. HEX triplet: AD, 81 and DF. RGB value is (173,129,223). Sum of RGB (Red+Green+Blue) = 173+129+223=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DF is #527E20. Grayscale: #989898. Windows color (decimal): -5406241 or 14647725. OLE color: 14647725.
HSL color Cylindrical-coordinate representation of color #AD81DF: hue angle of 268.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD81DF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 129 | 223 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.13 |
| HSL | 268.09º | 0.59% | 0.69% | - |
| HSV(B) | 268.09º | 0.42% | 0.87% | - |
| XYZ | 38.4 | 29.91 | 73.56 | - |
| YUV | 152.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 223 | 0.22 | 0.42 | 0 | 0.13 | 268.09 | 0.59 | 0.69 |
| Hex | AD | 81 | DF | 16 | 2A | 0 | D | 10C | 3B | 45 |
| Octal | 255 | 201 | 337 | 26 | 52 | 0 | 15 | 414 | 73 | 105 |
| Binary | 10101101 | 10000001 | 11011111 | 10110 | 101010 | 0 | 1101 | 100001100 | 111011 | 1000101 |
Color Harmonies of #AD81DF
Complementary color
Monochromatic Colors of #AD81DF
Black with #AD81DF
Text Example
Text Example
White with #AD81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81DF; }
p { color: rgb(173,129,223); }
H1.HeaderClassName
{
color: #AD81DF;
}
.AnyTagClassName
{
color: #AD81DF;
}
</style>
background-color css
<style>
a { background-color: #AD81DF; }
a { background-color: rgb(173,129,223); }
div.DivClassName
{
background-color: #AD81DF;
}
.BgClassName
{
background-color: #AD81DF;
}
</style>
border-color css
<style>
span { border-color: #AD81DF; }
span { border-color: rgb(173,129,223); }
td.TdClassName
{
border-color: #AD81DF;
}
.TagClassName
{
border-color: #AD81DF;
}
</style>