Shades of Biloba Flower #AD82DA
Tints of Biloba Flower #AD82DA
RGB
CMYK
RGB Variations
Color information
#AD82DA (or 0xAD82DA) is known color: Biloba Flower. HEX triplet: AD, 82 and DA. RGB value is (173,130,218). Sum of RGB (Red+Green+Blue) = 173+130+218=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD82DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82DA is #527D25. Grayscale: #989898. Windows color (decimal): -5405990 or 14320301. OLE color: 14320301.
HSL color Cylindrical-coordinate representation of color #AD82DA: hue angle of 269.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD82DA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 130 | 218 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.15 |
| HSL | 269.32º | 0.54% | 0.68% | - |
| HSV(B) | 269.32º | 0.4% | 0.85% | - |
| XYZ | 37.87 | 29.91 | 70.11 | - |
| YUV | 152.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 218 | 0.21 | 0.40 | 0 | 0.15 | 269.32 | 0.54 | 0.68 |
| Hex | AD | 82 | DA | 15 | 28 | 0 | F | 10D | 36 | 44 |
| Octal | 255 | 202 | 332 | 25 | 50 | 0 | 17 | 415 | 66 | 104 |
| Binary | 10101101 | 10000010 | 11011010 | 10101 | 101000 | 0 | 1111 | 100001101 | 110110 | 1000100 |
Color Harmonies of #AD82DA
Complementary color
Monochromatic Colors of #AD82DA
Black with #AD82DA
Text Example
Text Example
White with #AD82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82DA; }
p { color: rgb(173,130,218); }
H1.HeaderClassName
{
color: #AD82DA;
}
.AnyTagClassName
{
color: #AD82DA;
}
</style>
background-color css
<style>
a { background-color: #AD82DA; }
a { background-color: rgb(173,130,218); }
div.DivClassName
{
background-color: #AD82DA;
}
.BgClassName
{
background-color: #AD82DA;
}
</style>
border-color css
<style>
span { border-color: #AD82DA; }
span { border-color: rgb(173,130,218); }
td.TdClassName
{
border-color: #AD82DA;
}
.TagClassName
{
border-color: #AD82DA;
}
</style>