Shades of Biloba Flower #AB85DF
Tints of Biloba Flower #AB85DF
RGB
CMYK
RGB Variations
Color information
#AB85DF (or 0xAB85DF) is known color: Biloba Flower. HEX triplet: AB, 85 and DF. RGB value is (171,133,223). Sum of RGB (Red+Green+Blue) = 171+133+223=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB85DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85DF is #547A20. Grayscale: #9A9A9A. Windows color (decimal): -5536289 or 14648747. OLE color: 14648747.
HSL color Cylindrical-coordinate representation of color #AB85DF: hue angle of 265.33º 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 #AB85DF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 133 | 223 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.13 |
| HSL | 265.33º | 0.58% | 0.7% | - |
| HSV(B) | 265.33º | 0.4% | 0.87% | - |
| XYZ | 38.5 | 30.76 | 73.72 | - |
| YUV | 154.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 223 | 0.23 | 0.40 | 0 | 0.13 | 265.33 | 0.58 | 0.7 |
| Hex | AB | 85 | DF | 17 | 28 | 0 | D | 109 | 3A | 46 |
| Octal | 253 | 205 | 337 | 27 | 50 | 0 | 15 | 411 | 72 | 106 |
| Binary | 10101011 | 10000101 | 11011111 | 10111 | 101000 | 0 | 1101 | 100001001 | 111010 | 1000110 |
Color Harmonies of #AB85DF
Complementary color
Monochromatic Colors of #AB85DF
Black with #AB85DF
Text Example
Text Example
White with #AB85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85DF; }
p { color: rgb(171,133,223); }
H1.HeaderClassName
{
color: #AB85DF;
}
.AnyTagClassName
{
color: #AB85DF;
}
</style>
background-color css
<style>
a { background-color: #AB85DF; }
a { background-color: rgb(171,133,223); }
div.DivClassName
{
background-color: #AB85DF;
}
.BgClassName
{
background-color: #AB85DF;
}
</style>
border-color css
<style>
span { border-color: #AB85DF; }
span { border-color: rgb(171,133,223); }
td.TdClassName
{
border-color: #AB85DF;
}
.TagClassName
{
border-color: #AB85DF;
}
</style>