Shades of Biloba Flower #AD93ED
Tints of Biloba Flower #AD93ED
RGB
CMYK
RGB Variations
Color information
#AD93ED (or 0xAD93ED) is known color: Biloba Flower. HEX triplet: AD, 93 and ED. RGB value is (173,147,237). Sum of RGB (Red+Green+Blue) = 173+147+237=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD93ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93ED is #526C12. Grayscale: #A4A4A4. Windows color (decimal): -5401619 or 15569837. OLE color: 15569837.
HSL color Cylindrical-coordinate representation of color #AD93ED: hue angle of 257.33º degrees, saturation: 0.71, 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 #AD93ED is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 147 | 237 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.07 |
| HSL | 257.33º | 0.71% | 0.75% | - |
| HSV(B) | 257.33º | 0.38% | 0.93% | - |
| XYZ | 42.95 | 35.87 | 84.78 | - |
| YUV | 165.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 237 | 0.27 | 0.38 | 0 | 0.07 | 257.33 | 0.71 | 0.75 |
| Hex | AD | 93 | ED | 1B | 26 | 0 | 7 | 101 | 47 | 4B |
| Octal | 255 | 223 | 355 | 33 | 46 | 0 | 7 | 401 | 107 | 113 |
| Binary | 10101101 | 10010011 | 11101101 | 11011 | 100110 | 0 | 111 | 100000001 | 1000111 | 1001011 |
Color Harmonies of #AD93ED
Complementary color
Monochromatic Colors of #AD93ED
Black with #AD93ED
Text Example
Text Example
White with #AD93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93ED; }
p { color: rgb(173,147,237); }
H1.HeaderClassName
{
color: #AD93ED;
}
.AnyTagClassName
{
color: #AD93ED;
}
</style>
background-color css
<style>
a { background-color: #AD93ED; }
a { background-color: rgb(173,147,237); }
div.DivClassName
{
background-color: #AD93ED;
}
.BgClassName
{
background-color: #AD93ED;
}
</style>
border-color css
<style>
span { border-color: #AD93ED; }
span { border-color: rgb(173,147,237); }
td.TdClassName
{
border-color: #AD93ED;
}
.TagClassName
{
border-color: #AD93ED;
}
</style>