Shades of Biloba Flower #AD90EF
Tints of Biloba Flower #AD90EF
RGB
CMYK
RGB Variations
Color information
#AD90EF (or 0xAD90EF) is known color: Biloba Flower. HEX triplet: AD, 90 and EF. RGB value is (173,144,239). Sum of RGB (Red+Green+Blue) = 173+144+239=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD90EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90EF is #526F10. Grayscale: #A3A3A3. Windows color (decimal): -5402385 or 15700141. OLE color: 15700141.
HSL color Cylindrical-coordinate representation of color #AD90EF: hue angle of 258.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD90EF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 144 | 239 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.06 |
| HSL | 258.32º | 0.75% | 0.75% | - |
| HSV(B) | 258.32º | 0.4% | 0.94% | - |
| XYZ | 42.79 | 35.06 | 86.17 | - |
| YUV | 163.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 239 | 0.28 | 0.40 | 0 | 0.06 | 258.32 | 0.75 | 0.75 |
| Hex | AD | 90 | EF | 1C | 28 | 0 | 6 | 102 | 4B | 4B |
| Octal | 255 | 220 | 357 | 34 | 50 | 0 | 6 | 402 | 113 | 113 |
| Binary | 10101101 | 10010000 | 11101111 | 11100 | 101000 | 0 | 110 | 100000010 | 1001011 | 1001011 |
Color Harmonies of #AD90EF
Complementary color
Monochromatic Colors of #AD90EF
Black with #AD90EF
Text Example
Text Example
White with #AD90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90EF; }
p { color: rgb(173,144,239); }
H1.HeaderClassName
{
color: #AD90EF;
}
.AnyTagClassName
{
color: #AD90EF;
}
</style>
background-color css
<style>
a { background-color: #AD90EF; }
a { background-color: rgb(173,144,239); }
div.DivClassName
{
background-color: #AD90EF;
}
.BgClassName
{
background-color: #AD90EF;
}
</style>
border-color css
<style>
span { border-color: #AD90EF; }
span { border-color: rgb(173,144,239); }
td.TdClassName
{
border-color: #AD90EF;
}
.TagClassName
{
border-color: #AD90EF;
}
</style>