Shades of Biloba Flower #AB86F0
Tints of Biloba Flower #AB86F0
RGB
CMYK
RGB Variations
Color information
#AB86F0 (or 0xAB86F0) is known color: Biloba Flower. HEX triplet: AB, 86 and F0. RGB value is (171,134,240). Sum of RGB (Red+Green+Blue) = 171+134+240=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB86F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86F0 is #54790F. Grayscale: #9C9C9C. Windows color (decimal): -5536016 or 15763115. OLE color: 15763115.
HSL color Cylindrical-coordinate representation of color #AB86F0: hue angle of 260.94º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB86F0 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 134 | 240 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.06 |
| HSL | 260.94º | 0.78% | 0.73% | - |
| HSV(B) | 260.94º | 0.44% | 0.94% | - |
| XYZ | 41.05 | 32 | 86.45 | - |
| YUV | 157.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 240 | 0.29 | 0.44 | 0 | 0.06 | 260.94 | 0.78 | 0.73 |
| Hex | AB | 86 | F0 | 1D | 2C | 0 | 6 | 105 | 4E | 49 |
| Octal | 253 | 206 | 360 | 35 | 54 | 0 | 6 | 405 | 116 | 111 |
| Binary | 10101011 | 10000110 | 11110000 | 11101 | 101100 | 0 | 110 | 100000101 | 1001110 | 1001001 |
Color Harmonies of #AB86F0
Complementary color
Monochromatic Colors of #AB86F0
Black with #AB86F0
Text Example
Text Example
White with #AB86F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB86F0; }
p { color: rgb(171,134,240); }
H1.HeaderClassName
{
color: #AB86F0;
}
.AnyTagClassName
{
color: #AB86F0;
}
</style>
background-color css
<style>
a { background-color: #AB86F0; }
a { background-color: rgb(171,134,240); }
div.DivClassName
{
background-color: #AB86F0;
}
.BgClassName
{
background-color: #AB86F0;
}
</style>
border-color css
<style>
span { border-color: #AB86F0; }
span { border-color: rgb(171,134,240); }
td.TdClassName
{
border-color: #AB86F0;
}
.TagClassName
{
border-color: #AB86F0;
}
</style>