Shades of Biloba Flower #AD8EEB
Tints of Biloba Flower #AD8EEB
RGB
CMYK
RGB Variations
Color information
#AD8EEB (or 0xAD8EEB) is known color: Biloba Flower. HEX triplet: AD, 8E and EB. RGB value is (173,142,235). Sum of RGB (Red+Green+Blue) = 173+142+235=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD8EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EEB is #527114. Grayscale: #A1A1A1. Windows color (decimal): -5402901 or 15437485. OLE color: 15437485.
HSL color Cylindrical-coordinate representation of color #AD8EEB: hue angle of 260º 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 #AD8EEB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 142 | 235 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.08 |
| HSL | 260º | 0.7% | 0.74% | - |
| HSV(B) | 260º | 0.4% | 0.92% | - |
| XYZ | 41.9 | 34.23 | 83 | - |
| YUV | 161.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 235 | 0.26 | 0.40 | 0 | 0.08 | 260 | 0.7 | 0.74 |
| Hex | AD | 8E | EB | 1A | 28 | 0 | 8 | 104 | 46 | 4A |
| Octal | 255 | 216 | 353 | 32 | 50 | 0 | 10 | 404 | 106 | 112 |
| Binary | 10101101 | 10001110 | 11101011 | 11010 | 101000 | 0 | 1000 | 100000100 | 1000110 | 1001010 |
Color Harmonies of #AD8EEB
Complementary color
Monochromatic Colors of #AD8EEB
Black with #AD8EEB
Text Example
Text Example
White with #AD8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EEB; }
p { color: rgb(173,142,235); }
H1.HeaderClassName
{
color: #AD8EEB;
}
.AnyTagClassName
{
color: #AD8EEB;
}
</style>
background-color css
<style>
a { background-color: #AD8EEB; }
a { background-color: rgb(173,142,235); }
div.DivClassName
{
background-color: #AD8EEB;
}
.BgClassName
{
background-color: #AD8EEB;
}
</style>
border-color css
<style>
span { border-color: #AD8EEB; }
span { border-color: rgb(173,142,235); }
td.TdClassName
{
border-color: #AD8EEB;
}
.TagClassName
{
border-color: #AD8EEB;
}
</style>