Shades of Biloba Flower #AB9FED
Tints of Biloba Flower #AB9FED
RGB
CMYK
RGB Variations
Color information
#AB9FED (or 0xAB9FED) is known color: Biloba Flower. HEX triplet: AB, 9F and ED. RGB value is (171,159,237). Sum of RGB (Red+Green+Blue) = 171+159+237=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FED is #546012. Grayscale: #ABABAB. Windows color (decimal): -5529619 or 15572907. OLE color: 15572907.
HSL color Cylindrical-coordinate representation of color #AB9FED: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9FED is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 159 | 237 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.07 |
| HSL | 249.23º | 0.68% | 0.78% | - |
| HSV(B) | 249.23º | 0.33% | 0.93% | - |
| XYZ | 44.48 | 39.57 | 85.41 | - |
| YUV | 171.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 237 | 0.28 | 0.33 | 0 | 0.07 | 249.23 | 0.68 | 0.78 |
| Hex | AB | 9F | ED | 1C | 21 | 0 | 7 | F9 | 44 | 4E |
| Octal | 253 | 237 | 355 | 34 | 41 | 0 | 7 | 371 | 104 | 116 |
| Binary | 10101011 | 10011111 | 11101101 | 11100 | 100001 | 0 | 111 | 11111001 | 1000100 | 1001110 |
Color Harmonies of #AB9FED
Complementary color
Monochromatic Colors of #AB9FED
Black with #AB9FED
Text Example
Text Example
White with #AB9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FED; }
p { color: rgb(171,159,237); }
H1.HeaderClassName
{
color: #AB9FED;
}
.AnyTagClassName
{
color: #AB9FED;
}
</style>
background-color css
<style>
a { background-color: #AB9FED; }
a { background-color: rgb(171,159,237); }
div.DivClassName
{
background-color: #AB9FED;
}
.BgClassName
{
background-color: #AB9FED;
}
</style>
border-color css
<style>
span { border-color: #AB9FED; }
span { border-color: rgb(171,159,237); }
td.TdClassName
{
border-color: #AB9FED;
}
.TagClassName
{
border-color: #AB9FED;
}
</style>