Shades of Biloba Flower #AB86DF
Tints of Biloba Flower #AB86DF
RGB
CMYK
RGB Variations
Color information
#AB86DF (or 0xAB86DF) is known color: Biloba Flower. HEX triplet: AB, 86 and DF. RGB value is (171,134,223). Sum of RGB (Red+Green+Blue) = 171+134+223=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB86DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86DF is #547920. Grayscale: #9A9A9A. Windows color (decimal): -5536033 or 14649003. OLE color: 14649003.
HSL color Cylindrical-coordinate representation of color #AB86DF: hue angle of 264.94º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB86DF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 134 | 223 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.13 |
| HSL | 264.94º | 0.58% | 0.7% | - |
| HSV(B) | 264.94º | 0.4% | 0.87% | - |
| XYZ | 38.64 | 31.04 | 73.77 | - |
| YUV | 155.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 223 | 0.23 | 0.40 | 0 | 0.13 | 264.94 | 0.58 | 0.7 |
| Hex | AB | 86 | DF | 17 | 28 | 0 | D | 109 | 3A | 46 |
| Octal | 253 | 206 | 337 | 27 | 50 | 0 | 15 | 411 | 72 | 106 |
| Binary | 10101011 | 10000110 | 11011111 | 10111 | 101000 | 0 | 1101 | 100001001 | 111010 | 1000110 |
Color Harmonies of #AB86DF
Complementary color
Monochromatic Colors of #AB86DF
Black with #AB86DF
Text Example
Text Example
White with #AB86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB86DF; }
p { color: rgb(171,134,223); }
H1.HeaderClassName
{
color: #AB86DF;
}
.AnyTagClassName
{
color: #AB86DF;
}
</style>
background-color css
<style>
a { background-color: #AB86DF; }
a { background-color: rgb(171,134,223); }
div.DivClassName
{
background-color: #AB86DF;
}
.BgClassName
{
background-color: #AB86DF;
}
</style>
border-color css
<style>
span { border-color: #AB86DF; }
span { border-color: rgb(171,134,223); }
td.TdClassName
{
border-color: #AB86DF;
}
.TagClassName
{
border-color: #AB86DF;
}
</style>