Shades of Biloba Flower #AD99DA
Tints of Biloba Flower #AD99DA
RGB
CMYK
RGB Variations
Color information
#AD99DA (or 0xAD99DA) is known color: Biloba Flower. HEX triplet: AD, 99 and DA. RGB value is (173,153,218). Sum of RGB (Red+Green+Blue) = 173+153+218=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99DA is #526625. Grayscale: #A6A6A6. Windows color (decimal): -5400102 or 14326189. OLE color: 14326189.
HSL color Cylindrical-coordinate representation of color #AD99DA: hue angle of 258.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD99DA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 153 | 218 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.15 |
| HSL | 258.46º | 0.47% | 0.73% | - |
| HSV(B) | 258.46º | 0.3% | 0.85% | - |
| XYZ | 41.28 | 36.73 | 71.24 | - |
| YUV | 166.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 218 | 0.21 | 0.30 | 0 | 0.15 | 258.46 | 0.47 | 0.73 |
| Hex | AD | 99 | DA | 15 | 1E | 0 | F | 102 | 2F | 49 |
| Octal | 255 | 231 | 332 | 25 | 36 | 0 | 17 | 402 | 57 | 111 |
| Binary | 10101101 | 10011001 | 11011010 | 10101 | 11110 | 0 | 1111 | 100000010 | 101111 | 1001001 |
Color Harmonies of #AD99DA
Complementary color
Monochromatic Colors of #AD99DA
Black with #AD99DA
Text Example
Text Example
White with #AD99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99DA; }
p { color: rgb(173,153,218); }
H1.HeaderClassName
{
color: #AD99DA;
}
.AnyTagClassName
{
color: #AD99DA;
}
</style>
background-color css
<style>
a { background-color: #AD99DA; }
a { background-color: rgb(173,153,218); }
div.DivClassName
{
background-color: #AD99DA;
}
.BgClassName
{
background-color: #AD99DA;
}
</style>
border-color css
<style>
span { border-color: #AD99DA; }
span { border-color: rgb(173,153,218); }
td.TdClassName
{
border-color: #AD99DA;
}
.TagClassName
{
border-color: #AD99DA;
}
</style>