Shades of Biloba Flower #AD8CEB
Tints of Biloba Flower #AD8CEB
RGB
CMYK
RGB Variations
Color information
#AD8CEB (or 0xAD8CEB) is known color: Biloba Flower. HEX triplet: AD, 8C and EB. RGB value is (173,140,235). Sum of RGB (Red+Green+Blue) = 173+140+235=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CEB is #527314. Grayscale: #A0A0A0. Windows color (decimal): -5403413 or 15436973. OLE color: 15436973.
HSL color Cylindrical-coordinate representation of color #AD8CEB: hue angle of 260.84º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8CEB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 140 | 235 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.08 |
| HSL | 260.84º | 0.7% | 0.74% | - |
| HSV(B) | 260.84º | 0.4% | 0.92% | - |
| XYZ | 41.61 | 33.64 | 82.9 | - |
| YUV | 160.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 235 | 0.26 | 0.40 | 0 | 0.08 | 260.84 | 0.7 | 0.74 |
| Hex | AD | 8C | EB | 1A | 28 | 0 | 8 | 105 | 46 | 4A |
| Octal | 255 | 214 | 353 | 32 | 50 | 0 | 10 | 405 | 106 | 112 |
| Binary | 10101101 | 10001100 | 11101011 | 11010 | 101000 | 0 | 1000 | 100000101 | 1000110 | 1001010 |
Color Harmonies of #AD8CEB
Complementary color
Monochromatic Colors of #AD8CEB
Black with #AD8CEB
Text Example
Text Example
White with #AD8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CEB; }
p { color: rgb(173,140,235); }
H1.HeaderClassName
{
color: #AD8CEB;
}
.AnyTagClassName
{
color: #AD8CEB;
}
</style>
background-color css
<style>
a { background-color: #AD8CEB; }
a { background-color: rgb(173,140,235); }
div.DivClassName
{
background-color: #AD8CEB;
}
.BgClassName
{
background-color: #AD8CEB;
}
</style>
border-color css
<style>
span { border-color: #AD8CEB; }
span { border-color: rgb(173,140,235); }
td.TdClassName
{
border-color: #AD8CEB;
}
.TagClassName
{
border-color: #AD8CEB;
}
</style>