Shades of Biloba Flower #AD8CF1
Tints of Biloba Flower #AD8CF1
RGB
CMYK
RGB Variations
Color information
#AD8CF1 (or 0xAD8CF1) is known color: Biloba Flower. HEX triplet: AD, 8C and F1. RGB value is (173,140,241). Sum of RGB (Red+Green+Blue) = 173+140+241=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD8CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CF1 is #52730E. Grayscale: #A1A1A1. Windows color (decimal): -5403407 or 15830189. OLE color: 15830189.
HSL color Cylindrical-coordinate representation of color #AD8CF1: hue angle of 259.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8CF1 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 140 | 241 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.05 |
| HSL | 259.6º | 0.78% | 0.75% | - |
| HSV(B) | 259.6º | 0.42% | 0.95% | - |
| XYZ | 42.49 | 33.99 | 87.54 | - |
| YUV | 161.38 | 172.93 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 241 | 0.28 | 0.42 | 0 | 0.05 | 259.6 | 0.78 | 0.75 |
| Hex | AD | 8C | F1 | 1C | 2A | 0 | 5 | 104 | 4E | 4B |
| Octal | 255 | 214 | 361 | 34 | 52 | 0 | 5 | 404 | 116 | 113 |
| Binary | 10101101 | 10001100 | 11110001 | 11100 | 101010 | 0 | 101 | 100000100 | 1001110 | 1001011 |
Color Harmonies of #AD8CF1
Complementary color
Monochromatic Colors of #AD8CF1
Black with #AD8CF1
Text Example
Text Example
White with #AD8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CF1; }
p { color: rgb(173,140,241); }
H1.HeaderClassName
{
color: #AD8CF1;
}
.AnyTagClassName
{
color: #AD8CF1;
}
</style>
background-color css
<style>
a { background-color: #AD8CF1; }
a { background-color: rgb(173,140,241); }
div.DivClassName
{
background-color: #AD8CF1;
}
.BgClassName
{
background-color: #AD8CF1;
}
</style>
border-color css
<style>
span { border-color: #AD8CF1; }
span { border-color: rgb(173,140,241); }
td.TdClassName
{
border-color: #AD8CF1;
}
.TagClassName
{
border-color: #AD8CF1;
}
</style>