Shades of Biloba Flower #AD8BE0
Tints of Biloba Flower #AD8BE0
RGB
CMYK
RGB Variations
Color information
#AD8BE0 (or 0xAD8BE0) is known color: Biloba Flower. HEX triplet: AD, 8B and E0. RGB value is (173,139,224). Sum of RGB (Red+Green+Blue) = 173+139+224=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD8BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BE0 is #52741F. Grayscale: #9E9E9E. Windows color (decimal): -5403680 or 14715821. OLE color: 14715821.
HSL color Cylindrical-coordinate representation of color #AD8BE0: hue angle of 264º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD8BE0 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 139 | 224 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.12 |
| HSL | 264º | 0.58% | 0.71% | - |
| HSV(B) | 264º | 0.38% | 0.88% | - |
| XYZ | 39.92 | 32.73 | 74.73 | - |
| YUV | 158.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 224 | 0.23 | 0.38 | 0 | 0.12 | 264 | 0.58 | 0.71 |
| Hex | AD | 8B | E0 | 17 | 26 | 0 | C | 108 | 3A | 47 |
| Octal | 255 | 213 | 340 | 27 | 46 | 0 | 14 | 410 | 72 | 107 |
| Binary | 10101101 | 10001011 | 11100000 | 10111 | 100110 | 0 | 1100 | 100001000 | 111010 | 1000111 |
Color Harmonies of #AD8BE0
Complementary color
Monochromatic Colors of #AD8BE0
Black with #AD8BE0
Text Example
Text Example
White with #AD8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BE0; }
p { color: rgb(173,139,224); }
H1.HeaderClassName
{
color: #AD8BE0;
}
.AnyTagClassName
{
color: #AD8BE0;
}
</style>
background-color css
<style>
a { background-color: #AD8BE0; }
a { background-color: rgb(173,139,224); }
div.DivClassName
{
background-color: #AD8BE0;
}
.BgClassName
{
background-color: #AD8BE0;
}
</style>
border-color css
<style>
span { border-color: #AD8BE0; }
span { border-color: rgb(173,139,224); }
td.TdClassName
{
border-color: #AD8BE0;
}
.TagClassName
{
border-color: #AD8BE0;
}
</style>