Shades of Biloba Flower #AD93E8
Tints of Biloba Flower #AD93E8
RGB
CMYK
RGB Variations
Color information
#AD93E8 (or 0xAD93E8) is known color: Biloba Flower. HEX triplet: AD, 93 and E8. RGB value is (173,147,232). Sum of RGB (Red+Green+Blue) = 173+147+232=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD93E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93E8 is #526C17. Grayscale: #A4A4A4. Windows color (decimal): -5401624 or 15242157. OLE color: 15242157.
HSL color Cylindrical-coordinate representation of color #AD93E8: hue angle of 258.35º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD93E8 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 147 | 232 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.09 |
| HSL | 258.35º | 0.65% | 0.74% | - |
| HSV(B) | 258.35º | 0.37% | 0.91% | - |
| XYZ | 42.23 | 35.58 | 80.99 | - |
| YUV | 164.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 232 | 0.25 | 0.37 | 0 | 0.09 | 258.35 | 0.65 | 0.74 |
| Hex | AD | 93 | E8 | 19 | 25 | 0 | 9 | 102 | 41 | 4A |
| Octal | 255 | 223 | 350 | 31 | 45 | 0 | 11 | 402 | 101 | 112 |
| Binary | 10101101 | 10010011 | 11101000 | 11001 | 100101 | 0 | 1001 | 100000010 | 1000001 | 1001010 |
Color Harmonies of #AD93E8
Complementary color
Monochromatic Colors of #AD93E8
Black with #AD93E8
Text Example
Text Example
White with #AD93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93E8; }
p { color: rgb(173,147,232); }
H1.HeaderClassName
{
color: #AD93E8;
}
.AnyTagClassName
{
color: #AD93E8;
}
</style>
background-color css
<style>
a { background-color: #AD93E8; }
a { background-color: rgb(173,147,232); }
div.DivClassName
{
background-color: #AD93E8;
}
.BgClassName
{
background-color: #AD93E8;
}
</style>
border-color css
<style>
span { border-color: #AD93E8; }
span { border-color: rgb(173,147,232); }
td.TdClassName
{
border-color: #AD93E8;
}
.TagClassName
{
border-color: #AD93E8;
}
</style>