Shades of Biloba Flower #AB9EDE
Tints of Biloba Flower #AB9EDE
RGB
CMYK
RGB Variations
Color information
#AB9EDE (or 0xAB9EDE) is known color: Biloba Flower. HEX triplet: AB, 9E and DE. RGB value is (171,158,222). Sum of RGB (Red+Green+Blue) = 171+158+222=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDE is #546121. Grayscale: #A8A8A8. Windows color (decimal): -5529890 or 14589611. OLE color: 14589611.
HSL color Cylindrical-coordinate representation of color #AB9EDE: hue angle of 252.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9EDE is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 158 | 222 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.13 |
| HSL | 252.19º | 0.49% | 0.75% | - |
| HSV(B) | 252.19º | 0.29% | 0.87% | - |
| XYZ | 42.21 | 38.39 | 74.29 | - |
| YUV | 169.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 222 | 0.23 | 0.29 | 0 | 0.13 | 252.19 | 0.49 | 0.75 |
| Hex | AB | 9E | DE | 17 | 1D | 0 | D | FC | 31 | 4B |
| Octal | 253 | 236 | 336 | 27 | 35 | 0 | 15 | 374 | 61 | 113 |
| Binary | 10101011 | 10011110 | 11011110 | 10111 | 11101 | 0 | 1101 | 11111100 | 110001 | 1001011 |
Color Harmonies of #AB9EDE
Complementary color
Monochromatic Colors of #AB9EDE
Black with #AB9EDE
Text Example
Text Example
White with #AB9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EDE; }
p { color: rgb(171,158,222); }
H1.HeaderClassName
{
color: #AB9EDE;
}
.AnyTagClassName
{
color: #AB9EDE;
}
</style>
background-color css
<style>
a { background-color: #AB9EDE; }
a { background-color: rgb(171,158,222); }
div.DivClassName
{
background-color: #AB9EDE;
}
.BgClassName
{
background-color: #AB9EDE;
}
</style>
border-color css
<style>
span { border-color: #AB9EDE; }
span { border-color: rgb(171,158,222); }
td.TdClassName
{
border-color: #AB9EDE;
}
.TagClassName
{
border-color: #AB9EDE;
}
</style>