Shades of Biloba Flower #AD83DD
Tints of Biloba Flower #AD83DD
RGB
CMYK
RGB Variations
Color information
#AD83DD (or 0xAD83DD) is known color: Biloba Flower. HEX triplet: AD, 83 and DD. RGB value is (173,131,221). Sum of RGB (Red+Green+Blue) = 173+131+221=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83DD is #527C22. Grayscale: #999999. Windows color (decimal): -5405731 or 14517165. OLE color: 14517165.
HSL color Cylindrical-coordinate representation of color #AD83DD: hue angle of 268º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD83DD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 131 | 221 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.13 |
| HSL | 268º | 0.57% | 0.69% | - |
| HSV(B) | 268º | 0.41% | 0.87% | - |
| XYZ | 38.4 | 30.34 | 72.24 | - |
| YUV | 153.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 221 | 0.22 | 0.41 | 0 | 0.13 | 268 | 0.57 | 0.69 |
| Hex | AD | 83 | DD | 16 | 29 | 0 | D | 10C | 39 | 45 |
| Octal | 255 | 203 | 335 | 26 | 51 | 0 | 15 | 414 | 71 | 105 |
| Binary | 10101101 | 10000011 | 11011101 | 10110 | 101001 | 0 | 1101 | 100001100 | 111001 | 1000101 |
Color Harmonies of #AD83DD
Complementary color
Monochromatic Colors of #AD83DD
Black with #AD83DD
Text Example
Text Example
White with #AD83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83DD; }
p { color: rgb(173,131,221); }
H1.HeaderClassName
{
color: #AD83DD;
}
.AnyTagClassName
{
color: #AD83DD;
}
</style>
background-color css
<style>
a { background-color: #AD83DD; }
a { background-color: rgb(173,131,221); }
div.DivClassName
{
background-color: #AD83DD;
}
.BgClassName
{
background-color: #AD83DD;
}
</style>
border-color css
<style>
span { border-color: #AD83DD; }
span { border-color: rgb(173,131,221); }
td.TdClassName
{
border-color: #AD83DD;
}
.TagClassName
{
border-color: #AD83DD;
}
</style>