Shades of Biloba Flower #AD80E9
Tints of Biloba Flower #AD80E9
RGB
CMYK
RGB Variations
Color information
#AD80E9 (or 0xAD80E9) is known color: Biloba Flower. HEX triplet: AD, 80 and E9. RGB value is (173,128,233). Sum of RGB (Red+Green+Blue) = 173+128+233=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD80E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80E9 is #527F16. Grayscale: #999999. Windows color (decimal): -5406487 or 15302829. OLE color: 15302829.
HSL color Cylindrical-coordinate representation of color #AD80E9: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD80E9 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 128 | 233 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.09 |
| HSL | 265.71º | 0.7% | 0.71% | - |
| HSV(B) | 265.71º | 0.45% | 0.91% | - |
| XYZ | 39.66 | 30.21 | 80.83 | - |
| YUV | 153.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 233 | 0.26 | 0.45 | 0 | 0.09 | 265.71 | 0.7 | 0.71 |
| Hex | AD | 80 | E9 | 1A | 2D | 0 | 9 | 10A | 46 | 47 |
| Octal | 255 | 200 | 351 | 32 | 55 | 0 | 11 | 412 | 106 | 107 |
| Binary | 10101101 | 10000000 | 11101001 | 11010 | 101101 | 0 | 1001 | 100001010 | 1000110 | 1000111 |
Color Harmonies of #AD80E9
Complementary color
Monochromatic Colors of #AD80E9
Black with #AD80E9
Text Example
Text Example
White with #AD80E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80E9; }
p { color: rgb(173,128,233); }
H1.HeaderClassName
{
color: #AD80E9;
}
.AnyTagClassName
{
color: #AD80E9;
}
</style>
background-color css
<style>
a { background-color: #AD80E9; }
a { background-color: rgb(173,128,233); }
div.DivClassName
{
background-color: #AD80E9;
}
.BgClassName
{
background-color: #AD80E9;
}
</style>
border-color css
<style>
span { border-color: #AD80E9; }
span { border-color: rgb(173,128,233); }
td.TdClassName
{
border-color: #AD80E9;
}
.TagClassName
{
border-color: #AD80E9;
}
</style>