Shades of Biloba Flower #AD8FF0
Tints of Biloba Flower #AD8FF0
RGB
CMYK
RGB Variations
Color information
#AD8FF0 (or 0xAD8FF0) is known color: Biloba Flower. HEX triplet: AD, 8F and F0. RGB value is (173,143,240). Sum of RGB (Red+Green+Blue) = 173+143+240=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD8FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FF0 is #52700F. Grayscale: #A2A2A2. Windows color (decimal): -5402640 or 15765421. OLE color: 15765421.
HSL color Cylindrical-coordinate representation of color #AD8FF0: hue angle of 258.56º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8FF0 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 143 | 240 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.06 |
| HSL | 258.56º | 0.76% | 0.75% | - |
| HSV(B) | 258.56º | 0.4% | 0.94% | - |
| XYZ | 42.78 | 34.82 | 86.9 | - |
| YUV | 163.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 240 | 0.28 | 0.40 | 0 | 0.06 | 258.56 | 0.76 | 0.75 |
| Hex | AD | 8F | F0 | 1C | 28 | 0 | 6 | 103 | 4C | 4B |
| Octal | 255 | 217 | 360 | 34 | 50 | 0 | 6 | 403 | 114 | 113 |
| Binary | 10101101 | 10001111 | 11110000 | 11100 | 101000 | 0 | 110 | 100000011 | 1001100 | 1001011 |
Color Harmonies of #AD8FF0
Complementary color
Monochromatic Colors of #AD8FF0
Black with #AD8FF0
Text Example
Text Example
White with #AD8FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FF0; }
p { color: rgb(173,143,240); }
H1.HeaderClassName
{
color: #AD8FF0;
}
.AnyTagClassName
{
color: #AD8FF0;
}
</style>
background-color css
<style>
a { background-color: #AD8FF0; }
a { background-color: rgb(173,143,240); }
div.DivClassName
{
background-color: #AD8FF0;
}
.BgClassName
{
background-color: #AD8FF0;
}
</style>
border-color css
<style>
span { border-color: #AD8FF0; }
span { border-color: rgb(173,143,240); }
td.TdClassName
{
border-color: #AD8FF0;
}
.TagClassName
{
border-color: #AD8FF0;
}
</style>