Shades of Biloba Flower #AD99DF
Tints of Biloba Flower #AD99DF
RGB
CMYK
RGB Variations
Color information
#AD99DF (or 0xAD99DF) is known color: Biloba Flower. HEX triplet: AD, 99 and DF. RGB value is (173,153,223). Sum of RGB (Red+Green+Blue) = 173+153+223=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99DF is #526620. Grayscale: #A6A6A6. Windows color (decimal): -5400097 or 14653869. OLE color: 14653869.
HSL color Cylindrical-coordinate representation of color #AD99DF: hue angle of 257.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD99DF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 153 | 223 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.13 |
| HSL | 257.14º | 0.52% | 0.74% | - |
| HSV(B) | 257.14º | 0.31% | 0.87% | - |
| XYZ | 41.94 | 36.99 | 74.74 | - |
| YUV | 166.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 223 | 0.22 | 0.31 | 0 | 0.13 | 257.14 | 0.52 | 0.74 |
| Hex | AD | 99 | DF | 16 | 1F | 0 | D | 101 | 34 | 4A |
| Octal | 255 | 231 | 337 | 26 | 37 | 0 | 15 | 401 | 64 | 112 |
| Binary | 10101101 | 10011001 | 11011111 | 10110 | 11111 | 0 | 1101 | 100000001 | 110100 | 1001010 |
Color Harmonies of #AD99DF
Complementary color
Monochromatic Colors of #AD99DF
Black with #AD99DF
Text Example
Text Example
White with #AD99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99DF; }
p { color: rgb(173,153,223); }
H1.HeaderClassName
{
color: #AD99DF;
}
.AnyTagClassName
{
color: #AD99DF;
}
</style>
background-color css
<style>
a { background-color: #AD99DF; }
a { background-color: rgb(173,153,223); }
div.DivClassName
{
background-color: #AD99DF;
}
.BgClassName
{
background-color: #AD99DF;
}
</style>
border-color css
<style>
span { border-color: #AD99DF; }
span { border-color: rgb(173,153,223); }
td.TdClassName
{
border-color: #AD99DF;
}
.TagClassName
{
border-color: #AD99DF;
}
</style>