Shades of Biloba Flower #AD96E0
Tints of Biloba Flower #AD96E0
RGB
CMYK
RGB Variations
Color information
#AD96E0 (or 0xAD96E0) is known color: Biloba Flower. HEX triplet: AD, 96 and E0. RGB value is (173,150,224). Sum of RGB (Red+Green+Blue) = 173+150+224=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD96E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96E0 is #52691F. Grayscale: #A5A5A5. Windows color (decimal): -5400864 or 14718637. OLE color: 14718637.
HSL color Cylindrical-coordinate representation of color #AD96E0: hue angle of 258.65º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD96E0 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 150 | 224 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.12 |
| HSL | 258.65º | 0.54% | 0.73% | - |
| HSV(B) | 258.65º | 0.33% | 0.88% | - |
| XYZ | 41.59 | 36.08 | 75.29 | - |
| YUV | 165.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 224 | 0.23 | 0.33 | 0 | 0.12 | 258.65 | 0.54 | 0.73 |
| Hex | AD | 96 | E0 | 17 | 21 | 0 | C | 103 | 36 | 49 |
| Octal | 255 | 226 | 340 | 27 | 41 | 0 | 14 | 403 | 66 | 111 |
| Binary | 10101101 | 10010110 | 11100000 | 10111 | 100001 | 0 | 1100 | 100000011 | 110110 | 1001001 |
Color Harmonies of #AD96E0
Complementary color
Monochromatic Colors of #AD96E0
Black with #AD96E0
Text Example
Text Example
White with #AD96E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96E0; }
p { color: rgb(173,150,224); }
H1.HeaderClassName
{
color: #AD96E0;
}
.AnyTagClassName
{
color: #AD96E0;
}
</style>
background-color css
<style>
a { background-color: #AD96E0; }
a { background-color: rgb(173,150,224); }
div.DivClassName
{
background-color: #AD96E0;
}
.BgClassName
{
background-color: #AD96E0;
}
</style>
border-color css
<style>
span { border-color: #AD96E0; }
span { border-color: rgb(173,150,224); }
td.TdClassName
{
border-color: #AD96E0;
}
.TagClassName
{
border-color: #AD96E0;
}
</style>