Shades of Biloba Flower #AD97C5
Tints of Biloba Flower #AD97C5
RGB
CMYK
RGB Variations
Color information
#AD97C5 (or 0xAD97C5) is known color: Biloba Flower. HEX triplet: AD, 97 and C5. RGB value is (173,151,197). Sum of RGB (Red+Green+Blue) = 173+151+197=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD97C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97C5 is #52683A. Grayscale: #A2A2A2. Windows color (decimal): -5400635 or 12949421. OLE color: 12949421.
HSL color Cylindrical-coordinate representation of color #AD97C5: hue angle of 268.7º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD97C5 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 151 | 197 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.23 |
| HSL | 268.7º | 0.28% | 0.68% | - |
| HSV(B) | 268.7º | 0.23% | 0.77% | - |
| XYZ | 38.38 | 35.05 | 57.57 | - |
| YUV | 162.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 197 | 0.12 | 0.23 | 0 | 0.23 | 268.7 | 0.28 | 0.68 |
| Hex | AD | 97 | C5 | C | 17 | 0 | 17 | 10D | 1C | 44 |
| Octal | 255 | 227 | 305 | 14 | 27 | 0 | 27 | 415 | 34 | 104 |
| Binary | 10101101 | 10010111 | 11000101 | 1100 | 10111 | 0 | 10111 | 100001101 | 11100 | 1000100 |
Color Harmonies of #AD97C5
Complementary color
Monochromatic Colors of #AD97C5
Black with #AD97C5
Text Example
Text Example
White with #AD97C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97C5; }
p { color: rgb(173,151,197); }
H1.HeaderClassName
{
color: #AD97C5;
}
.AnyTagClassName
{
color: #AD97C5;
}
</style>
background-color css
<style>
a { background-color: #AD97C5; }
a { background-color: rgb(173,151,197); }
div.DivClassName
{
background-color: #AD97C5;
}
.BgClassName
{
background-color: #AD97C5;
}
</style>
border-color css
<style>
span { border-color: #AD97C5; }
span { border-color: rgb(173,151,197); }
td.TdClassName
{
border-color: #AD97C5;
}
.TagClassName
{
border-color: #AD97C5;
}
</style>