Shades of Biloba Flower #AD99DD
Tints of Biloba Flower #AD99DD
RGB
CMYK
RGB Variations
Color information
#AD99DD (or 0xAD99DD) is known color: Biloba Flower. HEX triplet: AD, 99 and DD. RGB value is (173,153,221). Sum of RGB (Red+Green+Blue) = 173+153+221=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99DD is #526622. Grayscale: #A6A6A6. Windows color (decimal): -5400099 or 14522797. OLE color: 14522797.
HSL color Cylindrical-coordinate representation of color #AD99DD: hue angle of 257.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD99DD is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 153 | 221 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.13 |
| HSL | 257.65º | 0.5% | 0.73% | - |
| HSV(B) | 257.65º | 0.31% | 0.87% | - |
| XYZ | 41.68 | 36.89 | 73.33 | - |
| YUV | 166.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 221 | 0.22 | 0.31 | 0 | 0.13 | 257.65 | 0.5 | 0.73 |
| Hex | AD | 99 | DD | 16 | 1F | 0 | D | 102 | 32 | 49 |
| Octal | 255 | 231 | 335 | 26 | 37 | 0 | 15 | 402 | 62 | 111 |
| Binary | 10101101 | 10011001 | 11011101 | 10110 | 11111 | 0 | 1101 | 100000010 | 110010 | 1001001 |
Color Harmonies of #AD99DD
Complementary color
Monochromatic Colors of #AD99DD
Black with #AD99DD
Text Example
Text Example
White with #AD99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99DD; }
p { color: rgb(173,153,221); }
H1.HeaderClassName
{
color: #AD99DD;
}
.AnyTagClassName
{
color: #AD99DD;
}
</style>
background-color css
<style>
a { background-color: #AD99DD; }
a { background-color: rgb(173,153,221); }
div.DivClassName
{
background-color: #AD99DD;
}
.BgClassName
{
background-color: #AD99DD;
}
</style>
border-color css
<style>
span { border-color: #AD99DD; }
span { border-color: rgb(173,153,221); }
td.TdClassName
{
border-color: #AD99DD;
}
.TagClassName
{
border-color: #AD99DD;
}
</style>