Shades of Biloba Flower #AD9FED
Tints of Biloba Flower #AD9FED
RGB
CMYK
RGB Variations
Color information
#AD9FED (or 0xAD9FED) is known color: Biloba Flower. HEX triplet: AD, 9F and ED. RGB value is (173,159,237). Sum of RGB (Red+Green+Blue) = 173+159+237=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FED is #526012. Grayscale: #ABABAB. Windows color (decimal): -5398547 or 15572909. OLE color: 15572909.
HSL color Cylindrical-coordinate representation of color #AD9FED: hue angle of 250.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9FED is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 159 | 237 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.07 |
| HSL | 250.77º | 0.68% | 0.78% | - |
| HSV(B) | 250.77º | 0.33% | 0.93% | - |
| XYZ | 44.92 | 39.79 | 85.43 | - |
| YUV | 172.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 237 | 0.27 | 0.33 | 0 | 0.07 | 250.77 | 0.68 | 0.78 |
| Hex | AD | 9F | ED | 1B | 21 | 0 | 7 | FB | 44 | 4E |
| Octal | 255 | 237 | 355 | 33 | 41 | 0 | 7 | 373 | 104 | 116 |
| Binary | 10101101 | 10011111 | 11101101 | 11011 | 100001 | 0 | 111 | 11111011 | 1000100 | 1001110 |
Color Harmonies of #AD9FED
Complementary color
Monochromatic Colors of #AD9FED
Black with #AD9FED
Text Example
Text Example
White with #AD9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FED; }
p { color: rgb(173,159,237); }
H1.HeaderClassName
{
color: #AD9FED;
}
.AnyTagClassName
{
color: #AD9FED;
}
</style>
background-color css
<style>
a { background-color: #AD9FED; }
a { background-color: rgb(173,159,237); }
div.DivClassName
{
background-color: #AD9FED;
}
.BgClassName
{
background-color: #AD9FED;
}
</style>
border-color css
<style>
span { border-color: #AD9FED; }
span { border-color: rgb(173,159,237); }
td.TdClassName
{
border-color: #AD9FED;
}
.TagClassName
{
border-color: #AD9FED;
}
</style>