Shades of Biloba Flower #AD99DC
Tints of Biloba Flower #AD99DC
RGB
CMYK
RGB Variations
Color information
#AD99DC (or 0xAD99DC) is known color: Biloba Flower. HEX triplet: AD, 99 and DC. RGB value is (173,153,220). Sum of RGB (Red+Green+Blue) = 173+153+220=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99DC is #526623. Grayscale: #A6A6A6. Windows color (decimal): -5400100 or 14457261. OLE color: 14457261.
HSL color Cylindrical-coordinate representation of color #AD99DC: hue angle of 257.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD99DC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 153 | 220 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.14 |
| HSL | 257.91º | 0.49% | 0.73% | - |
| HSV(B) | 257.91º | 0.3% | 0.86% | - |
| XYZ | 41.54 | 36.83 | 72.63 | - |
| YUV | 166.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 220 | 0.21 | 0.30 | 0 | 0.14 | 257.91 | 0.49 | 0.73 |
| Hex | AD | 99 | DC | 15 | 1E | 0 | E | 102 | 31 | 49 |
| Octal | 255 | 231 | 334 | 25 | 36 | 0 | 16 | 402 | 61 | 111 |
| Binary | 10101101 | 10011001 | 11011100 | 10101 | 11110 | 0 | 1110 | 100000010 | 110001 | 1001001 |
Color Harmonies of #AD99DC
Complementary color
Monochromatic Colors of #AD99DC
Black with #AD99DC
Text Example
Text Example
White with #AD99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99DC; }
p { color: rgb(173,153,220); }
H1.HeaderClassName
{
color: #AD99DC;
}
.AnyTagClassName
{
color: #AD99DC;
}
</style>
background-color css
<style>
a { background-color: #AD99DC; }
a { background-color: rgb(173,153,220); }
div.DivClassName
{
background-color: #AD99DC;
}
.BgClassName
{
background-color: #AD99DC;
}
</style>
border-color css
<style>
span { border-color: #AD99DC; }
span { border-color: rgb(173,153,220); }
td.TdClassName
{
border-color: #AD99DC;
}
.TagClassName
{
border-color: #AD99DC;
}
</style>