Shades of Biloba Flower #AD94FE
Tints of Biloba Flower #AD94FE
RGB
CMYK
RGB Variations
Color information
#AD94FE (or 0xAD94FE) is known color: Biloba Flower. HEX triplet: AD, 94 and FE. RGB value is (173,148,254). Sum of RGB (Red+Green+Blue) = 173+148+254=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD94FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94FE is #526B01. Grayscale: #A7A7A7. Windows color (decimal): -5401346 or 16684205. OLE color: 16684205.
HSL color Cylindrical-coordinate representation of color #AD94FE: hue angle of 254.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD94FE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 148 | 254 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.00 |
| HSL | 254.15º | 0.98% | 0.79% | - |
| HSV(B) | 254.15º | 0.42% | 1% | - |
| XYZ | 45.71 | 37.22 | 98.54 | - |
| YUV | 167.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 254 | 0.32 | 0.42 | 0 | 0.00 | 254.15 | 0.98 | 0.79 |
| Hex | AD | 94 | FE | 20 | 2A | 0 | 0 | FE | 62 | 4F |
| Octal | 255 | 224 | 376 | 40 | 52 | 0 | 0 | 376 | 142 | 117 |
| Binary | 10101101 | 10010100 | 11111110 | 100000 | 101010 | 0 | 0 | 11111110 | 1100010 | 1001111 |
Color Harmonies of #AD94FE
Complementary color
Monochromatic Colors of #AD94FE
Black with #AD94FE
Text Example
Text Example
White with #AD94FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94FE; }
p { color: rgb(173,148,254); }
H1.HeaderClassName
{
color: #AD94FE;
}
.AnyTagClassName
{
color: #AD94FE;
}
</style>
background-color css
<style>
a { background-color: #AD94FE; }
a { background-color: rgb(173,148,254); }
div.DivClassName
{
background-color: #AD94FE;
}
.BgClassName
{
background-color: #AD94FE;
}
</style>
border-color css
<style>
span { border-color: #AD94FE; }
span { border-color: rgb(173,148,254); }
td.TdClassName
{
border-color: #AD94FE;
}
.TagClassName
{
border-color: #AD94FE;
}
</style>