Shades of Biloba Flower #AD93EF
Tints of Biloba Flower #AD93EF
RGB
CMYK
RGB Variations
Color information
#AD93EF (or 0xAD93EF) is known color: Biloba Flower. HEX triplet: AD, 93 and EF. RGB value is (173,147,239). Sum of RGB (Red+Green+Blue) = 173+147+239=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD93EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93EF is #526C10. Grayscale: #A4A4A4. Windows color (decimal): -5401617 or 15700909. OLE color: 15700909.
HSL color Cylindrical-coordinate representation of color #AD93EF: hue angle of 256.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD93EF is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 147 | 239 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.06 |
| HSL | 256.96º | 0.74% | 0.76% | - |
| HSV(B) | 256.96º | 0.38% | 0.94% | - |
| XYZ | 43.25 | 35.98 | 86.33 | - |
| YUV | 165.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 239 | 0.28 | 0.38 | 0 | 0.06 | 256.96 | 0.74 | 0.76 |
| Hex | AD | 93 | EF | 1C | 26 | 0 | 6 | 101 | 4A | 4C |
| Octal | 255 | 223 | 357 | 34 | 46 | 0 | 6 | 401 | 112 | 114 |
| Binary | 10101101 | 10010011 | 11101111 | 11100 | 100110 | 0 | 110 | 100000001 | 1001010 | 1001100 |
Color Harmonies of #AD93EF
Complementary color
Monochromatic Colors of #AD93EF
Black with #AD93EF
Text Example
Text Example
White with #AD93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93EF; }
p { color: rgb(173,147,239); }
H1.HeaderClassName
{
color: #AD93EF;
}
.AnyTagClassName
{
color: #AD93EF;
}
</style>
background-color css
<style>
a { background-color: #AD93EF; }
a { background-color: rgb(173,147,239); }
div.DivClassName
{
background-color: #AD93EF;
}
.BgClassName
{
background-color: #AD93EF;
}
</style>
border-color css
<style>
span { border-color: #AD93EF; }
span { border-color: rgb(173,147,239); }
td.TdClassName
{
border-color: #AD93EF;
}
.TagClassName
{
border-color: #AD93EF;
}
</style>