Shades of Biloba Flower #AD8FF1
Tints of Biloba Flower #AD8FF1
RGB
CMYK
RGB Variations
Color information
#AD8FF1 (or 0xAD8FF1) is known color: Biloba Flower. HEX triplet: AD, 8F and F1. RGB value is (173,143,241). Sum of RGB (Red+Green+Blue) = 173+143+241=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD8FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FF1 is #52700E. Grayscale: #A2A2A2. Windows color (decimal): -5402639 or 15830957. OLE color: 15830957.
HSL color Cylindrical-coordinate representation of color #AD8FF1: hue angle of 258.37º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8FF1 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 143 | 241 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.05 |
| HSL | 258.37º | 0.78% | 0.75% | - |
| HSV(B) | 258.37º | 0.41% | 0.95% | - |
| XYZ | 42.93 | 34.88 | 87.69 | - |
| YUV | 163.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 241 | 0.28 | 0.41 | 0 | 0.05 | 258.37 | 0.78 | 0.75 |
| Hex | AD | 8F | F1 | 1C | 29 | 0 | 5 | 102 | 4E | 4B |
| Octal | 255 | 217 | 361 | 34 | 51 | 0 | 5 | 402 | 116 | 113 |
| Binary | 10101101 | 10001111 | 11110001 | 11100 | 101001 | 0 | 101 | 100000010 | 1001110 | 1001011 |
Color Harmonies of #AD8FF1
Complementary color
Monochromatic Colors of #AD8FF1
Black with #AD8FF1
Text Example
Text Example
White with #AD8FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FF1; }
p { color: rgb(173,143,241); }
H1.HeaderClassName
{
color: #AD8FF1;
}
.AnyTagClassName
{
color: #AD8FF1;
}
</style>
background-color css
<style>
a { background-color: #AD8FF1; }
a { background-color: rgb(173,143,241); }
div.DivClassName
{
background-color: #AD8FF1;
}
.BgClassName
{
background-color: #AD8FF1;
}
</style>
border-color css
<style>
span { border-color: #AD8FF1; }
span { border-color: rgb(173,143,241); }
td.TdClassName
{
border-color: #AD8FF1;
}
.TagClassName
{
border-color: #AD8FF1;
}
</style>