Shades of Biloba Flower #AD8CFE
Tints of Biloba Flower #AD8CFE
RGB
CMYK
RGB Variations
Color information
#AD8CFE (or 0xAD8CFE) is known color: Biloba Flower. HEX triplet: AD, 8C and FE. RGB value is (173,140,254). Sum of RGB (Red+Green+Blue) = 173+140+254=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CFE is #527301. Grayscale: #A2A2A2. Windows color (decimal): -5403394 or 16682157. OLE color: 16682157.
HSL color Cylindrical-coordinate representation of color #AD8CFE: hue angle of 257.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8CFE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 140 | 254 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.00 |
| HSL | 257.37º | 0.98% | 0.77% | - |
| HSV(B) | 257.37º | 0.45% | 1% | - |
| XYZ | 44.5 | 34.8 | 98.14 | - |
| YUV | 162.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 254 | 0.32 | 0.45 | 0 | 0.00 | 257.37 | 0.98 | 0.77 |
| Hex | AD | 8C | FE | 20 | 2D | 0 | 0 | 101 | 62 | 4D |
| Octal | 255 | 214 | 376 | 40 | 55 | 0 | 0 | 401 | 142 | 115 |
| Binary | 10101101 | 10001100 | 11111110 | 100000 | 101101 | 0 | 0 | 100000001 | 1100010 | 1001101 |
Color Harmonies of #AD8CFE
Complementary color
Monochromatic Colors of #AD8CFE
Black with #AD8CFE
Text Example
Text Example
White with #AD8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CFE; }
p { color: rgb(173,140,254); }
H1.HeaderClassName
{
color: #AD8CFE;
}
.AnyTagClassName
{
color: #AD8CFE;
}
</style>
background-color css
<style>
a { background-color: #AD8CFE; }
a { background-color: rgb(173,140,254); }
div.DivClassName
{
background-color: #AD8CFE;
}
.BgClassName
{
background-color: #AD8CFE;
}
</style>
border-color css
<style>
span { border-color: #AD8CFE; }
span { border-color: rgb(173,140,254); }
td.TdClassName
{
border-color: #AD8CFE;
}
.TagClassName
{
border-color: #AD8CFE;
}
</style>