Shades of Biloba Flower #AD97E5
Tints of Biloba Flower #AD97E5
RGB
CMYK
RGB Variations
Color information
#AD97E5 (or 0xAD97E5) is known color: Biloba Flower. HEX triplet: AD, 97 and E5. RGB value is (173,151,229). Sum of RGB (Red+Green+Blue) = 173+151+229=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD97E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97E5 is #52681A. Grayscale: #A6A6A6. Windows color (decimal): -5400603 or 15046573. OLE color: 15046573.
HSL color Cylindrical-coordinate representation of color #AD97E5: hue angle of 256.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD97E5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 151 | 229 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.10 |
| HSL | 256.92º | 0.6% | 0.75% | - |
| HSV(B) | 256.92º | 0.34% | 0.9% | - |
| XYZ | 42.44 | 36.67 | 78.97 | - |
| YUV | 166.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 229 | 0.24 | 0.34 | 0 | 0.10 | 256.92 | 0.6 | 0.75 |
| Hex | AD | 97 | E5 | 18 | 22 | 0 | A | 101 | 3C | 4B |
| Octal | 255 | 227 | 345 | 30 | 42 | 0 | 12 | 401 | 74 | 113 |
| Binary | 10101101 | 10010111 | 11100101 | 11000 | 100010 | 0 | 1010 | 100000001 | 111100 | 1001011 |
Color Harmonies of #AD97E5
Complementary color
Monochromatic Colors of #AD97E5
Black with #AD97E5
Text Example
Text Example
White with #AD97E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97E5; }
p { color: rgb(173,151,229); }
H1.HeaderClassName
{
color: #AD97E5;
}
.AnyTagClassName
{
color: #AD97E5;
}
</style>
background-color css
<style>
a { background-color: #AD97E5; }
a { background-color: rgb(173,151,229); }
div.DivClassName
{
background-color: #AD97E5;
}
.BgClassName
{
background-color: #AD97E5;
}
</style>
border-color css
<style>
span { border-color: #AD97E5; }
span { border-color: rgb(173,151,229); }
td.TdClassName
{
border-color: #AD97E5;
}
.TagClassName
{
border-color: #AD97E5;
}
</style>