Shades of Biloba Flower #AD93FF
Tints of Biloba Flower #AD93FF
RGB
CMYK
RGB Variations
Color information
#AD93FF (or 0xAD93FF) is known color: Biloba Flower. HEX triplet: AD, 93 and FF. RGB value is (173,147,255). Sum of RGB (Red+Green+Blue) = 173+147+255=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93FF is #526C00. Grayscale: #A6A6A6. Windows color (decimal): -5401601 or 16749485. OLE color: 16749485.
HSL color Cylindrical-coordinate representation of color #AD93FF: hue angle of 254.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD93FF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 147 | 255 | - |
| CMYK | 0.32 | 0.42 | 0 | 0 |
| HSL | 254.44º | 1% | 0.79% | - |
| HSV(B) | 254.44º | 0.42% | 1% | - |
| XYZ | 45.72 | 36.97 | 99.33 | - |
| YUV | 167.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 255 | 0.32 | 0.42 | 0 | 0 | 254.44 | 1 | 0.79 |
| Hex | AD | 93 | FF | 20 | 2A | 0 | 0 | FE | 64 | 4F |
| Octal | 255 | 223 | 377 | 40 | 52 | 0 | 0 | 376 | 144 | 117 |
| Binary | 10101101 | 10010011 | 11111111 | 100000 | 101010 | 0 | 0 | 11111110 | 1100100 | 1001111 |
Color Harmonies of #AD93FF
Complementary color
Monochromatic Colors of #AD93FF
Black with #AD93FF
Text Example
Text Example
White with #AD93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93FF; }
p { color: rgb(173,147,255); }
H1.HeaderClassName
{
color: #AD93FF;
}
.AnyTagClassName
{
color: #AD93FF;
}
</style>
background-color css
<style>
a { background-color: #AD93FF; }
a { background-color: rgb(173,147,255); }
div.DivClassName
{
background-color: #AD93FF;
}
.BgClassName
{
background-color: #AD93FF;
}
</style>
border-color css
<style>
span { border-color: #AD93FF; }
span { border-color: rgb(173,147,255); }
td.TdClassName
{
border-color: #AD93FF;
}
.TagClassName
{
border-color: #AD93FF;
}
</style>