Shades of Biloba Flower #AD91EC
Tints of Biloba Flower #AD91EC
RGB
CMYK
RGB Variations
Color information
#AD91EC (or 0xAD91EC) is known color: Biloba Flower. HEX triplet: AD, 91 and EC. RGB value is (173,145,236). Sum of RGB (Red+Green+Blue) = 173+145+236=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD91EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91EC is #526E13. Grayscale: #A3A3A3. Windows color (decimal): -5402132 or 15503789. OLE color: 15503789.
HSL color Cylindrical-coordinate representation of color #AD91EC: hue angle of 258.46º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD91EC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 145 | 236 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.07 |
| HSL | 258.46º | 0.71% | 0.75% | - |
| HSV(B) | 258.46º | 0.39% | 0.93% | - |
| XYZ | 42.5 | 35.19 | 83.91 | - |
| YUV | 163.75 | 168.78 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 236 | 0.27 | 0.39 | 0 | 0.07 | 258.46 | 0.71 | 0.75 |
| Hex | AD | 91 | EC | 1B | 27 | 0 | 7 | 102 | 47 | 4B |
| Octal | 255 | 221 | 354 | 33 | 47 | 0 | 7 | 402 | 107 | 113 |
| Binary | 10101101 | 10010001 | 11101100 | 11011 | 100111 | 0 | 111 | 100000010 | 1000111 | 1001011 |
Color Harmonies of #AD91EC
Complementary color
Monochromatic Colors of #AD91EC
Black with #AD91EC
Text Example
Text Example
White with #AD91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91EC; }
p { color: rgb(173,145,236); }
H1.HeaderClassName
{
color: #AD91EC;
}
.AnyTagClassName
{
color: #AD91EC;
}
</style>
background-color css
<style>
a { background-color: #AD91EC; }
a { background-color: rgb(173,145,236); }
div.DivClassName
{
background-color: #AD91EC;
}
.BgClassName
{
background-color: #AD91EC;
}
</style>
border-color css
<style>
span { border-color: #AD91EC; }
span { border-color: rgb(173,145,236); }
td.TdClassName
{
border-color: #AD91EC;
}
.TagClassName
{
border-color: #AD91EC;
}
</style>