Shades of Biloba Flower #AD9FEC
Tints of Biloba Flower #AD9FEC
RGB
CMYK
RGB Variations
Color information
#AD9FEC (or 0xAD9FEC) is known color: Biloba Flower. HEX triplet: AD, 9F and EC. RGB value is (173,159,236). Sum of RGB (Red+Green+Blue) = 173+159+236=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FEC is #526013. Grayscale: #ABABAB. Windows color (decimal): -5398548 or 15507373. OLE color: 15507373.
HSL color Cylindrical-coordinate representation of color #AD9FEC: hue angle of 250.91º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9FEC is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 159 | 236 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.07 |
| HSL | 250.91º | 0.67% | 0.77% | - |
| HSV(B) | 250.91º | 0.33% | 0.93% | - |
| XYZ | 44.77 | 39.74 | 84.67 | - |
| YUV | 171.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 236 | 0.27 | 0.33 | 0 | 0.07 | 250.91 | 0.67 | 0.77 |
| Hex | AD | 9F | EC | 1B | 21 | 0 | 7 | FB | 43 | 4D |
| Octal | 255 | 237 | 354 | 33 | 41 | 0 | 7 | 373 | 103 | 115 |
| Binary | 10101101 | 10011111 | 11101100 | 11011 | 100001 | 0 | 111 | 11111011 | 1000011 | 1001101 |
Color Harmonies of #AD9FEC
Complementary color
Monochromatic Colors of #AD9FEC
Black with #AD9FEC
Text Example
Text Example
White with #AD9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FEC; }
p { color: rgb(173,159,236); }
H1.HeaderClassName
{
color: #AD9FEC;
}
.AnyTagClassName
{
color: #AD9FEC;
}
</style>
background-color css
<style>
a { background-color: #AD9FEC; }
a { background-color: rgb(173,159,236); }
div.DivClassName
{
background-color: #AD9FEC;
}
.BgClassName
{
background-color: #AD9FEC;
}
</style>
border-color css
<style>
span { border-color: #AD9FEC; }
span { border-color: rgb(173,159,236); }
td.TdClassName
{
border-color: #AD9FEC;
}
.TagClassName
{
border-color: #AD9FEC;
}
</style>