Shades of Biloba Flower #AD93EE
Tints of Biloba Flower #AD93EE
RGB
CMYK
RGB Variations
Color information
#AD93EE (or 0xAD93EE) is known color: Biloba Flower. HEX triplet: AD, 93 and EE. RGB value is (173,147,238). Sum of RGB (Red+Green+Blue) = 173+147+238=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD93EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93EE is #526C11. Grayscale: #A4A4A4. Windows color (decimal): -5401618 or 15635373. OLE color: 15635373.
HSL color Cylindrical-coordinate representation of color #AD93EE: hue angle of 257.14º degrees, saturation: 0.73, 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 #AD93EE is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 147 | 238 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.07 |
| HSL | 257.14º | 0.73% | 0.75% | - |
| HSV(B) | 257.14º | 0.38% | 0.93% | - |
| XYZ | 43.1 | 35.92 | 85.55 | - |
| YUV | 165.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 238 | 0.27 | 0.38 | 0 | 0.07 | 257.14 | 0.73 | 0.75 |
| Hex | AD | 93 | EE | 1B | 26 | 0 | 7 | 101 | 49 | 4B |
| Octal | 255 | 223 | 356 | 33 | 46 | 0 | 7 | 401 | 111 | 113 |
| Binary | 10101101 | 10010011 | 11101110 | 11011 | 100110 | 0 | 111 | 100000001 | 1001001 | 1001011 |
Color Harmonies of #AD93EE
Complementary color
Monochromatic Colors of #AD93EE
Black with #AD93EE
Text Example
Text Example
White with #AD93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93EE; }
p { color: rgb(173,147,238); }
H1.HeaderClassName
{
color: #AD93EE;
}
.AnyTagClassName
{
color: #AD93EE;
}
</style>
background-color css
<style>
a { background-color: #AD93EE; }
a { background-color: rgb(173,147,238); }
div.DivClassName
{
background-color: #AD93EE;
}
.BgClassName
{
background-color: #AD93EE;
}
</style>
border-color css
<style>
span { border-color: #AD93EE; }
span { border-color: rgb(173,147,238); }
td.TdClassName
{
border-color: #AD93EE;
}
.TagClassName
{
border-color: #AD93EE;
}
</style>