Shades of Biloba Flower #AD94F5
Tints of Biloba Flower #AD94F5
RGB
CMYK
RGB Variations
Color information
#AD94F5 (or 0xAD94F5) is known color: Biloba Flower. HEX triplet: AD, 94 and F5. RGB value is (173,148,245). Sum of RGB (Red+Green+Blue) = 173+148+245=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD94F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94F5 is #526B0A. Grayscale: #A6A6A6. Windows color (decimal): -5401355 or 16094381. OLE color: 16094381.
HSL color Cylindrical-coordinate representation of color #AD94F5: hue angle of 255.46º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD94F5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 148 | 245 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.04 |
| HSL | 255.46º | 0.83% | 0.77% | - |
| HSV(B) | 255.46º | 0.4% | 0.96% | - |
| XYZ | 44.3 | 36.66 | 91.13 | - |
| YUV | 166.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 245 | 0.29 | 0.40 | 0 | 0.04 | 255.46 | 0.83 | 0.77 |
| Hex | AD | 94 | F5 | 1D | 28 | 0 | 4 | FF | 53 | 4D |
| Octal | 255 | 224 | 365 | 35 | 50 | 0 | 4 | 377 | 123 | 115 |
| Binary | 10101101 | 10010100 | 11110101 | 11101 | 101000 | 0 | 100 | 11111111 | 1010011 | 1001101 |
Color Harmonies of #AD94F5
Complementary color
Monochromatic Colors of #AD94F5
Black with #AD94F5
Text Example
Text Example
White with #AD94F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94F5; }
p { color: rgb(173,148,245); }
H1.HeaderClassName
{
color: #AD94F5;
}
.AnyTagClassName
{
color: #AD94F5;
}
</style>
background-color css
<style>
a { background-color: #AD94F5; }
a { background-color: rgb(173,148,245); }
div.DivClassName
{
background-color: #AD94F5;
}
.BgClassName
{
background-color: #AD94F5;
}
</style>
border-color css
<style>
span { border-color: #AD94F5; }
span { border-color: rgb(173,148,245); }
td.TdClassName
{
border-color: #AD94F5;
}
.TagClassName
{
border-color: #AD94F5;
}
</style>