Shades of Biloba Flower #AB85F0
Tints of Biloba Flower #AB85F0
RGB
CMYK
RGB Variations
Color information
#AB85F0 (or 0xAB85F0) is known color: Biloba Flower. HEX triplet: AB, 85 and F0. RGB value is (171,133,240). Sum of RGB (Red+Green+Blue) = 171+133+240=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB85F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85F0 is #547A0F. Grayscale: #9C9C9C. Windows color (decimal): -5536272 or 15762859. OLE color: 15762859.
HSL color Cylindrical-coordinate representation of color #AB85F0: hue angle of 261.31º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB85F0 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 133 | 240 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.06 |
| HSL | 261.31º | 0.78% | 0.73% | - |
| HSV(B) | 261.31º | 0.45% | 0.94% | - |
| XYZ | 40.91 | 31.72 | 86.41 | - |
| YUV | 156.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 240 | 0.29 | 0.45 | 0 | 0.06 | 261.31 | 0.78 | 0.73 |
| Hex | AB | 85 | F0 | 1D | 2D | 0 | 6 | 105 | 4E | 49 |
| Octal | 253 | 205 | 360 | 35 | 55 | 0 | 6 | 405 | 116 | 111 |
| Binary | 10101011 | 10000101 | 11110000 | 11101 | 101101 | 0 | 110 | 100000101 | 1001110 | 1001001 |
Color Harmonies of #AB85F0
Complementary color
Monochromatic Colors of #AB85F0
Black with #AB85F0
Text Example
Text Example
White with #AB85F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85F0; }
p { color: rgb(171,133,240); }
H1.HeaderClassName
{
color: #AB85F0;
}
.AnyTagClassName
{
color: #AB85F0;
}
</style>
background-color css
<style>
a { background-color: #AB85F0; }
a { background-color: rgb(171,133,240); }
div.DivClassName
{
background-color: #AB85F0;
}
.BgClassName
{
background-color: #AB85F0;
}
</style>
border-color css
<style>
span { border-color: #AB85F0; }
span { border-color: rgb(171,133,240); }
td.TdClassName
{
border-color: #AB85F0;
}
.TagClassName
{
border-color: #AB85F0;
}
</style>