Shades of Biloba Flower #AD80DE
Tints of Biloba Flower #AD80DE
RGB
CMYK
RGB Variations
Color information
#AD80DE (or 0xAD80DE) is known color: Biloba Flower. HEX triplet: AD, 80 and DE. RGB value is (173,128,222). Sum of RGB (Red+Green+Blue) = 173+128+222=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80DE is #527F21. Grayscale: #979797. Windows color (decimal): -5406498 or 14581933. OLE color: 14581933.
HSL color Cylindrical-coordinate representation of color #AD80DE: hue angle of 268.72º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD80DE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 128 | 222 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.13 |
| HSL | 268.72º | 0.59% | 0.69% | - |
| HSV(B) | 268.72º | 0.42% | 0.87% | - |
| XYZ | 38.14 | 29.6 | 72.81 | - |
| YUV | 152.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 222 | 0.22 | 0.42 | 0 | 0.13 | 268.72 | 0.59 | 0.69 |
| Hex | AD | 80 | DE | 16 | 2A | 0 | D | 10D | 3B | 45 |
| Octal | 255 | 200 | 336 | 26 | 52 | 0 | 15 | 415 | 73 | 105 |
| Binary | 10101101 | 10000000 | 11011110 | 10110 | 101010 | 0 | 1101 | 100001101 | 111011 | 1000101 |
Color Harmonies of #AD80DE
Complementary color
Monochromatic Colors of #AD80DE
Black with #AD80DE
Text Example
Text Example
White with #AD80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80DE; }
p { color: rgb(173,128,222); }
H1.HeaderClassName
{
color: #AD80DE;
}
.AnyTagClassName
{
color: #AD80DE;
}
</style>
background-color css
<style>
a { background-color: #AD80DE; }
a { background-color: rgb(173,128,222); }
div.DivClassName
{
background-color: #AD80DE;
}
.BgClassName
{
background-color: #AD80DE;
}
</style>
border-color css
<style>
span { border-color: #AD80DE; }
span { border-color: rgb(173,128,222); }
td.TdClassName
{
border-color: #AD80DE;
}
.TagClassName
{
border-color: #AD80DE;
}
</style>