Shades of Biloba Flower #AD91EF
Tints of Biloba Flower #AD91EF
RGB
CMYK
RGB Variations
Color information
#AD91EF (or 0xAD91EF) is known color: Biloba Flower. HEX triplet: AD, 91 and EF. RGB value is (173,145,239). Sum of RGB (Red+Green+Blue) = 173+145+239=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD91EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91EF is #526E10. Grayscale: #A3A3A3. Windows color (decimal): -5402129 or 15700397. OLE color: 15700397.
HSL color Cylindrical-coordinate representation of color #AD91EF: hue angle of 257.87º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD91EF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 145 | 239 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.06 |
| HSL | 257.87º | 0.75% | 0.75% | - |
| HSV(B) | 257.87º | 0.39% | 0.94% | - |
| XYZ | 42.94 | 35.37 | 86.22 | - |
| YUV | 164.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 239 | 0.28 | 0.39 | 0 | 0.06 | 257.87 | 0.75 | 0.75 |
| Hex | AD | 91 | EF | 1C | 27 | 0 | 6 | 102 | 4B | 4B |
| Octal | 255 | 221 | 357 | 34 | 47 | 0 | 6 | 402 | 113 | 113 |
| Binary | 10101101 | 10010001 | 11101111 | 11100 | 100111 | 0 | 110 | 100000010 | 1001011 | 1001011 |
Color Harmonies of #AD91EF
Complementary color
Monochromatic Colors of #AD91EF
Black with #AD91EF
Text Example
Text Example
White with #AD91EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91EF; }
p { color: rgb(173,145,239); }
H1.HeaderClassName
{
color: #AD91EF;
}
.AnyTagClassName
{
color: #AD91EF;
}
</style>
background-color css
<style>
a { background-color: #AD91EF; }
a { background-color: rgb(173,145,239); }
div.DivClassName
{
background-color: #AD91EF;
}
.BgClassName
{
background-color: #AD91EF;
}
</style>
border-color css
<style>
span { border-color: #AD91EF; }
span { border-color: rgb(173,145,239); }
td.TdClassName
{
border-color: #AD91EF;
}
.TagClassName
{
border-color: #AD91EF;
}
</style>