Shades of Biloba Flower #AD81DB
Tints of Biloba Flower #AD81DB
RGB
CMYK
RGB Variations
Color information
#AD81DB (or 0xAD81DB) is known color: Biloba Flower. HEX triplet: AD, 81 and DB. RGB value is (173,129,219). Sum of RGB (Red+Green+Blue) = 173+129+219=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DB is #527E24. Grayscale: #989898. Windows color (decimal): -5406245 or 14385581. OLE color: 14385581.
HSL color Cylindrical-coordinate representation of color #AD81DB: hue angle of 269.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD81DB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 129 | 219 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.14 |
| HSL | 269.33º | 0.56% | 0.68% | - |
| HSV(B) | 269.33º | 0.41% | 0.86% | - |
| XYZ | 37.87 | 29.7 | 70.75 | - |
| YUV | 152.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 219 | 0.21 | 0.41 | 0 | 0.14 | 269.33 | 0.56 | 0.68 |
| Hex | AD | 81 | DB | 15 | 29 | 0 | E | 10D | 38 | 44 |
| Octal | 255 | 201 | 333 | 25 | 51 | 0 | 16 | 415 | 70 | 104 |
| Binary | 10101101 | 10000001 | 11011011 | 10101 | 101001 | 0 | 1110 | 100001101 | 111000 | 1000100 |
Color Harmonies of #AD81DB
Complementary color
Monochromatic Colors of #AD81DB
Black with #AD81DB
Text Example
Text Example
White with #AD81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81DB; }
p { color: rgb(173,129,219); }
H1.HeaderClassName
{
color: #AD81DB;
}
.AnyTagClassName
{
color: #AD81DB;
}
</style>
background-color css
<style>
a { background-color: #AD81DB; }
a { background-color: rgb(173,129,219); }
div.DivClassName
{
background-color: #AD81DB;
}
.BgClassName
{
background-color: #AD81DB;
}
</style>
border-color css
<style>
span { border-color: #AD81DB; }
span { border-color: rgb(173,129,219); }
td.TdClassName
{
border-color: #AD81DB;
}
.TagClassName
{
border-color: #AD81DB;
}
</style>