Shades of Biloba Flower #AB9BF6
Tints of Biloba Flower #AB9BF6
RGB
CMYK
RGB Variations
Color information
#AB9BF6 (or 0xAB9BF6) is known color: Biloba Flower. HEX triplet: AB, 9B and F6. RGB value is (171,155,246). Sum of RGB (Red+Green+Blue) = 171+155+246=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB9BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BF6 is #546409. Grayscale: #A9A9A9. Windows color (decimal): -5530634 or 16161707. OLE color: 16161707.
HSL color Cylindrical-coordinate representation of color #AB9BF6: hue angle of 250.55º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB9BF6 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 155 | 246 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.04 |
| HSL | 250.55º | 0.83% | 0.79% | - |
| HSV(B) | 250.55º | 0.37% | 0.96% | - |
| XYZ | 45.15 | 38.75 | 92.29 | - |
| YUV | 170.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 246 | 0.30 | 0.37 | 0 | 0.04 | 250.55 | 0.83 | 0.79 |
| Hex | AB | 9B | F6 | 1E | 25 | 0 | 4 | FB | 53 | 4F |
| Octal | 253 | 233 | 366 | 36 | 45 | 0 | 4 | 373 | 123 | 117 |
| Binary | 10101011 | 10011011 | 11110110 | 11110 | 100101 | 0 | 100 | 11111011 | 1010011 | 1001111 |
Color Harmonies of #AB9BF6
Complementary color
Monochromatic Colors of #AB9BF6
Black with #AB9BF6
Text Example
Text Example
White with #AB9BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BF6; }
p { color: rgb(171,155,246); }
H1.HeaderClassName
{
color: #AB9BF6;
}
.AnyTagClassName
{
color: #AB9BF6;
}
</style>
background-color css
<style>
a { background-color: #AB9BF6; }
a { background-color: rgb(171,155,246); }
div.DivClassName
{
background-color: #AB9BF6;
}
.BgClassName
{
background-color: #AB9BF6;
}
</style>
border-color css
<style>
span { border-color: #AB9BF6; }
span { border-color: rgb(171,155,246); }
td.TdClassName
{
border-color: #AB9BF6;
}
.TagClassName
{
border-color: #AB9BF6;
}
</style>