Shades of Biloba Flower #AD7EDA
Tints of Biloba Flower #AD7EDA
RGB
CMYK
RGB Variations
Color information
#AD7EDA (or 0xAD7EDA) is known color: Biloba Flower. HEX triplet: AD, 7E and DA. RGB value is (173,126,218). Sum of RGB (Red+Green+Blue) = 173+126+218=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7EDA is #528125. Grayscale: #969696. Windows color (decimal): -5407014 or 14319277. OLE color: 14319277.
HSL color Cylindrical-coordinate representation of color #AD7EDA: hue angle of 270.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7EDA is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 126 | 218 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.15 |
| HSL | 270.65º | 0.55% | 0.67% | - |
| HSV(B) | 270.65º | 0.42% | 0.85% | - |
| XYZ | 37.35 | 28.87 | 69.93 | - |
| YUV | 150.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 218 | 0.21 | 0.42 | 0 | 0.15 | 270.65 | 0.55 | 0.67 |
| Hex | AD | 7E | DA | 15 | 2A | 0 | F | 10F | 37 | 43 |
| Octal | 255 | 176 | 332 | 25 | 52 | 0 | 17 | 417 | 67 | 103 |
| Binary | 10101101 | 1111110 | 11011010 | 10101 | 101010 | 0 | 1111 | 100001111 | 110111 | 1000011 |
Color Harmonies of #AD7EDA
Complementary color
Monochromatic Colors of #AD7EDA
Black with #AD7EDA
Text Example
Text Example
White with #AD7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EDA; }
p { color: rgb(173,126,218); }
H1.HeaderClassName
{
color: #AD7EDA;
}
.AnyTagClassName
{
color: #AD7EDA;
}
</style>
background-color css
<style>
a { background-color: #AD7EDA; }
a { background-color: rgb(173,126,218); }
div.DivClassName
{
background-color: #AD7EDA;
}
.BgClassName
{
background-color: #AD7EDA;
}
</style>
border-color css
<style>
span { border-color: #AD7EDA; }
span { border-color: rgb(173,126,218); }
td.TdClassName
{
border-color: #AD7EDA;
}
.TagClassName
{
border-color: #AD7EDA;
}
</style>