Shades of Biloba Flower #AD80DA
Tints of Biloba Flower #AD80DA
RGB
CMYK
RGB Variations
Color information
#AD80DA (or 0xAD80DA) is known color: Biloba Flower. HEX triplet: AD, 80 and DA. RGB value is (173,128,218). Sum of RGB (Red+Green+Blue) = 173+128+218=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80DA is #527F25. Grayscale: #979797. Windows color (decimal): -5406502 or 14319789. OLE color: 14319789.
HSL color Cylindrical-coordinate representation of color #AD80DA: hue angle of 270º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD80DA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 128 | 218 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.15 |
| HSL | 270º | 0.55% | 0.68% | - |
| HSV(B) | 270º | 0.41% | 0.85% | - |
| XYZ | 37.61 | 29.38 | 70.02 | - |
| YUV | 151.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 218 | 0.21 | 0.41 | 0 | 0.15 | 270 | 0.55 | 0.68 |
| Hex | AD | 80 | DA | 15 | 29 | 0 | F | 10E | 37 | 44 |
| Octal | 255 | 200 | 332 | 25 | 51 | 0 | 17 | 416 | 67 | 104 |
| Binary | 10101101 | 10000000 | 11011010 | 10101 | 101001 | 0 | 1111 | 100001110 | 110111 | 1000100 |
Color Harmonies of #AD80DA
Complementary color
Monochromatic Colors of #AD80DA
Black with #AD80DA
Text Example
Text Example
White with #AD80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80DA; }
p { color: rgb(173,128,218); }
H1.HeaderClassName
{
color: #AD80DA;
}
.AnyTagClassName
{
color: #AD80DA;
}
</style>
background-color css
<style>
a { background-color: #AD80DA; }
a { background-color: rgb(173,128,218); }
div.DivClassName
{
background-color: #AD80DA;
}
.BgClassName
{
background-color: #AD80DA;
}
</style>
border-color css
<style>
span { border-color: #AD80DA; }
span { border-color: rgb(173,128,218); }
td.TdClassName
{
border-color: #AD80DA;
}
.TagClassName
{
border-color: #AD80DA;
}
</style>