Shades of Biloba Flower #AD8CFB
Tints of Biloba Flower #AD8CFB
RGB
CMYK
RGB Variations
Color information
#AD8CFB (or 0xAD8CFB) is known color: Biloba Flower. HEX triplet: AD, 8C and FB. RGB value is (173,140,251). Sum of RGB (Red+Green+Blue) = 173+140+251=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CFB is #527304. Grayscale: #A2A2A2. Windows color (decimal): -5403397 or 16485549. OLE color: 16485549.
HSL color Cylindrical-coordinate representation of color #AD8CFB: hue angle of 257.84º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD8CFB is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 140 | 251 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.02 |
| HSL | 257.84º | 0.93% | 0.77% | - |
| HSV(B) | 257.84º | 0.44% | 0.98% | - |
| XYZ | 44.02 | 34.61 | 95.63 | - |
| YUV | 162.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 251 | 0.31 | 0.44 | 0 | 0.02 | 257.84 | 0.93 | 0.77 |
| Hex | AD | 8C | FB | 1F | 2C | 0 | 2 | 102 | 5D | 4D |
| Octal | 255 | 214 | 373 | 37 | 54 | 0 | 2 | 402 | 135 | 115 |
| Binary | 10101101 | 10001100 | 11111011 | 11111 | 101100 | 0 | 10 | 100000010 | 1011101 | 1001101 |
Color Harmonies of #AD8CFB
Complementary color
Monochromatic Colors of #AD8CFB
Black with #AD8CFB
Text Example
Text Example
White with #AD8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CFB; }
p { color: rgb(173,140,251); }
H1.HeaderClassName
{
color: #AD8CFB;
}
.AnyTagClassName
{
color: #AD8CFB;
}
</style>
background-color css
<style>
a { background-color: #AD8CFB; }
a { background-color: rgb(173,140,251); }
div.DivClassName
{
background-color: #AD8CFB;
}
.BgClassName
{
background-color: #AD8CFB;
}
</style>
border-color css
<style>
span { border-color: #AD8CFB; }
span { border-color: rgb(173,140,251); }
td.TdClassName
{
border-color: #AD8CFB;
}
.TagClassName
{
border-color: #AD8CFB;
}
</style>