Shades of Biloba Flower #AD93EC
Tints of Biloba Flower #AD93EC
RGB
CMYK
RGB Variations
Color information
#AD93EC (or 0xAD93EC) is known color: Biloba Flower. HEX triplet: AD, 93 and EC. RGB value is (173,147,236). Sum of RGB (Red+Green+Blue) = 173+147+236=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93EC is #526C13. Grayscale: #A4A4A4. Windows color (decimal): -5401620 or 15504301. OLE color: 15504301.
HSL color Cylindrical-coordinate representation of color #AD93EC: hue angle of 257.53º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD93EC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 147 | 236 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.07 |
| HSL | 257.53º | 0.7% | 0.75% | - |
| HSV(B) | 257.53º | 0.38% | 0.93% | - |
| XYZ | 42.81 | 35.81 | 84.01 | - |
| YUV | 164.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 236 | 0.27 | 0.38 | 0 | 0.07 | 257.53 | 0.7 | 0.75 |
| Hex | AD | 93 | EC | 1B | 26 | 0 | 7 | 102 | 46 | 4B |
| Octal | 255 | 223 | 354 | 33 | 46 | 0 | 7 | 402 | 106 | 113 |
| Binary | 10101101 | 10010011 | 11101100 | 11011 | 100110 | 0 | 111 | 100000010 | 1000110 | 1001011 |
Color Harmonies of #AD93EC
Complementary color
Monochromatic Colors of #AD93EC
Black with #AD93EC
Text Example
Text Example
White with #AD93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93EC; }
p { color: rgb(173,147,236); }
H1.HeaderClassName
{
color: #AD93EC;
}
.AnyTagClassName
{
color: #AD93EC;
}
</style>
background-color css
<style>
a { background-color: #AD93EC; }
a { background-color: rgb(173,147,236); }
div.DivClassName
{
background-color: #AD93EC;
}
.BgClassName
{
background-color: #AD93EC;
}
</style>
border-color css
<style>
span { border-color: #AD93EC; }
span { border-color: rgb(173,147,236); }
td.TdClassName
{
border-color: #AD93EC;
}
.TagClassName
{
border-color: #AD93EC;
}
</style>