Shades of Biloba Flower #AB8DED
Tints of Biloba Flower #AB8DED
RGB
CMYK
RGB Variations
Color information
#AB8DED (or 0xAB8DED) is known color: Biloba Flower. HEX triplet: AB, 8D and ED. RGB value is (171,141,237). Sum of RGB (Red+Green+Blue) = 171+141+237=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DED is #547212. Grayscale: #A0A0A0. Windows color (decimal): -5534227 or 15568299. OLE color: 15568299.
HSL color Cylindrical-coordinate representation of color #AB8DED: hue angle of 258.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8DED is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 141 | 237 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.07 |
| HSL | 258.75º | 0.73% | 0.74% | - |
| HSV(B) | 258.75º | 0.41% | 0.93% | - |
| XYZ | 41.61 | 33.82 | 84.46 | - |
| YUV | 160.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 237 | 0.28 | 0.41 | 0 | 0.07 | 258.75 | 0.73 | 0.74 |
| Hex | AB | 8D | ED | 1C | 29 | 0 | 7 | 103 | 49 | 4A |
| Octal | 253 | 215 | 355 | 34 | 51 | 0 | 7 | 403 | 111 | 112 |
| Binary | 10101011 | 10001101 | 11101101 | 11100 | 101001 | 0 | 111 | 100000011 | 1001001 | 1001010 |
Color Harmonies of #AB8DED
Complementary color
Monochromatic Colors of #AB8DED
Black with #AB8DED
Text Example
Text Example
White with #AB8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DED; }
p { color: rgb(171,141,237); }
H1.HeaderClassName
{
color: #AB8DED;
}
.AnyTagClassName
{
color: #AB8DED;
}
</style>
background-color css
<style>
a { background-color: #AB8DED; }
a { background-color: rgb(171,141,237); }
div.DivClassName
{
background-color: #AB8DED;
}
.BgClassName
{
background-color: #AB8DED;
}
</style>
border-color css
<style>
span { border-color: #AB8DED; }
span { border-color: rgb(171,141,237); }
td.TdClassName
{
border-color: #AB8DED;
}
.TagClassName
{
border-color: #AB8DED;
}
</style>