Shades of Biloba Flower #AD8BE3
Tints of Biloba Flower #AD8BE3
RGB
CMYK
RGB Variations
Color information
#AD8BE3 (or 0xAD8BE3) is known color: Biloba Flower. HEX triplet: AD, 8B and E3. RGB value is (173,139,227). Sum of RGB (Red+Green+Blue) = 173+139+227=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD8BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BE3 is #52741C. Grayscale: #9E9E9E. Windows color (decimal): -5403677 or 14912429. OLE color: 14912429.
HSL color Cylindrical-coordinate representation of color #AD8BE3: hue angle of 263.18º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8BE3 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 139 | 227 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.11 |
| HSL | 263.18º | 0.61% | 0.72% | - |
| HSV(B) | 263.18º | 0.39% | 0.89% | - |
| XYZ | 40.33 | 32.9 | 76.9 | - |
| YUV | 159.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 227 | 0.24 | 0.39 | 0 | 0.11 | 263.18 | 0.61 | 0.72 |
| Hex | AD | 8B | E3 | 18 | 27 | 0 | B | 107 | 3D | 48 |
| Octal | 255 | 213 | 343 | 30 | 47 | 0 | 13 | 407 | 75 | 110 |
| Binary | 10101101 | 10001011 | 11100011 | 11000 | 100111 | 0 | 1011 | 100000111 | 111101 | 1001000 |
Color Harmonies of #AD8BE3
Complementary color
Monochromatic Colors of #AD8BE3
Black with #AD8BE3
Text Example
Text Example
White with #AD8BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BE3; }
p { color: rgb(173,139,227); }
H1.HeaderClassName
{
color: #AD8BE3;
}
.AnyTagClassName
{
color: #AD8BE3;
}
</style>
background-color css
<style>
a { background-color: #AD8BE3; }
a { background-color: rgb(173,139,227); }
div.DivClassName
{
background-color: #AD8BE3;
}
.BgClassName
{
background-color: #AD8BE3;
}
</style>
border-color css
<style>
span { border-color: #AD8BE3; }
span { border-color: rgb(173,139,227); }
td.TdClassName
{
border-color: #AD8BE3;
}
.TagClassName
{
border-color: #AD8BE3;
}
</style>