Shades of Biloba Flower #AD97DB
Tints of Biloba Flower #AD97DB
RGB
CMYK
RGB Variations
Color information
#AD97DB (or 0xAD97DB) is known color: Biloba Flower. HEX triplet: AD, 97 and DB. RGB value is (173,151,219). Sum of RGB (Red+Green+Blue) = 173+151+219=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD97DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97DB is #526824. Grayscale: #A5A5A5. Windows color (decimal): -5400613 or 14391213. OLE color: 14391213.
HSL color Cylindrical-coordinate representation of color #AD97DB: hue angle of 259.41º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD97DB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 151 | 219 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.14 |
| HSL | 259.41º | 0.49% | 0.73% | - |
| HSV(B) | 259.41º | 0.31% | 0.86% | - |
| XYZ | 41.09 | 36.13 | 71.83 | - |
| YUV | 165.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 219 | 0.21 | 0.31 | 0 | 0.14 | 259.41 | 0.49 | 0.73 |
| Hex | AD | 97 | DB | 15 | 1F | 0 | E | 103 | 31 | 49 |
| Octal | 255 | 227 | 333 | 25 | 37 | 0 | 16 | 403 | 61 | 111 |
| Binary | 10101101 | 10010111 | 11011011 | 10101 | 11111 | 0 | 1110 | 100000011 | 110001 | 1001001 |
Color Harmonies of #AD97DB
Complementary color
Monochromatic Colors of #AD97DB
Black with #AD97DB
Text Example
Text Example
White with #AD97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97DB; }
p { color: rgb(173,151,219); }
H1.HeaderClassName
{
color: #AD97DB;
}
.AnyTagClassName
{
color: #AD97DB;
}
</style>
background-color css
<style>
a { background-color: #AD97DB; }
a { background-color: rgb(173,151,219); }
div.DivClassName
{
background-color: #AD97DB;
}
.BgClassName
{
background-color: #AD97DB;
}
</style>
border-color css
<style>
span { border-color: #AD97DB; }
span { border-color: rgb(173,151,219); }
td.TdClassName
{
border-color: #AD97DB;
}
.TagClassName
{
border-color: #AD97DB;
}
</style>