Shades of Biloba Flower #AD80DB
Tints of Biloba Flower #AD80DB
RGB
CMYK
RGB Variations
Color information
#AD80DB (or 0xAD80DB) is known color: Biloba Flower. HEX triplet: AD, 80 and DB. RGB value is (173,128,219). Sum of RGB (Red+Green+Blue) = 173+128+219=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80DB is #527F24. Grayscale: #979797. Windows color (decimal): -5406501 or 14385325. OLE color: 14385325.
HSL color Cylindrical-coordinate representation of color #AD80DB: hue angle of 269.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD80DB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 128 | 219 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.14 |
| HSL | 269.67º | 0.56% | 0.68% | - |
| HSV(B) | 269.67º | 0.42% | 0.86% | - |
| XYZ | 37.74 | 29.44 | 70.71 | - |
| YUV | 151.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 219 | 0.21 | 0.42 | 0 | 0.14 | 269.67 | 0.56 | 0.68 |
| Hex | AD | 80 | DB | 15 | 2A | 0 | E | 10E | 38 | 44 |
| Octal | 255 | 200 | 333 | 25 | 52 | 0 | 16 | 416 | 70 | 104 |
| Binary | 10101101 | 10000000 | 11011011 | 10101 | 101010 | 0 | 1110 | 100001110 | 111000 | 1000100 |
Color Harmonies of #AD80DB
Complementary color
Monochromatic Colors of #AD80DB
Black with #AD80DB
Text Example
Text Example
White with #AD80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80DB; }
p { color: rgb(173,128,219); }
H1.HeaderClassName
{
color: #AD80DB;
}
.AnyTagClassName
{
color: #AD80DB;
}
</style>
background-color css
<style>
a { background-color: #AD80DB; }
a { background-color: rgb(173,128,219); }
div.DivClassName
{
background-color: #AD80DB;
}
.BgClassName
{
background-color: #AD80DB;
}
</style>
border-color css
<style>
span { border-color: #AD80DB; }
span { border-color: rgb(173,128,219); }
td.TdClassName
{
border-color: #AD80DB;
}
.TagClassName
{
border-color: #AD80DB;
}
</style>