Shades of Biloba Flower #AD8CF7
Tints of Biloba Flower #AD8CF7
RGB
CMYK
RGB Variations
Color information
#AD8CF7 (or 0xAD8CF7) is known color: Biloba Flower. HEX triplet: AD, 8C and F7. RGB value is (173,140,247). Sum of RGB (Red+Green+Blue) = 173+140+247=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD8CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CF7 is #527308. Grayscale: #A1A1A1. Windows color (decimal): -5403401 or 16223405. OLE color: 16223405.
HSL color Cylindrical-coordinate representation of color #AD8CF7: hue angle of 258.5º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8CF7 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 140 | 247 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.03 |
| HSL | 258.5º | 0.87% | 0.76% | - |
| HSV(B) | 258.5º | 0.43% | 0.97% | - |
| XYZ | 43.4 | 34.36 | 92.34 | - |
| YUV | 162.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 247 | 0.30 | 0.43 | 0 | 0.03 | 258.5 | 0.87 | 0.76 |
| Hex | AD | 8C | F7 | 1E | 2B | 0 | 3 | 103 | 57 | 4C |
| Octal | 255 | 214 | 367 | 36 | 53 | 0 | 3 | 403 | 127 | 114 |
| Binary | 10101101 | 10001100 | 11110111 | 11110 | 101011 | 0 | 11 | 100000011 | 1010111 | 1001100 |
Color Harmonies of #AD8CF7
Complementary color
Monochromatic Colors of #AD8CF7
Black with #AD8CF7
Text Example
Text Example
White with #AD8CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CF7; }
p { color: rgb(173,140,247); }
H1.HeaderClassName
{
color: #AD8CF7;
}
.AnyTagClassName
{
color: #AD8CF7;
}
</style>
background-color css
<style>
a { background-color: #AD8CF7; }
a { background-color: rgb(173,140,247); }
div.DivClassName
{
background-color: #AD8CF7;
}
.BgClassName
{
background-color: #AD8CF7;
}
</style>
border-color css
<style>
span { border-color: #AD8CF7; }
span { border-color: rgb(173,140,247); }
td.TdClassName
{
border-color: #AD8CF7;
}
.TagClassName
{
border-color: #AD8CF7;
}
</style>