Shades of Biloba Flower #AB8FDD
Tints of Biloba Flower #AB8FDD
RGB
CMYK
RGB Variations
Color information
#AB8FDD (or 0xAB8FDD) is known color: Biloba Flower. HEX triplet: AB, 8F and DD. RGB value is (171,143,221). Sum of RGB (Red+Green+Blue) = 171+143+221=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FDD is #547022. Grayscale: #9F9F9F. Windows color (decimal): -5533731 or 14520235. OLE color: 14520235.
HSL color Cylindrical-coordinate representation of color #AB8FDD: hue angle of 261.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8FDD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 143 | 221 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.13 |
| HSL | 261.54º | 0.53% | 0.71% | - |
| HSV(B) | 261.54º | 0.35% | 0.87% | - |
| XYZ | 39.67 | 33.52 | 72.79 | - |
| YUV | 160.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 221 | 0.23 | 0.35 | 0 | 0.13 | 261.54 | 0.53 | 0.71 |
| Hex | AB | 8F | DD | 17 | 23 | 0 | D | 106 | 35 | 47 |
| Octal | 253 | 217 | 335 | 27 | 43 | 0 | 15 | 406 | 65 | 107 |
| Binary | 10101011 | 10001111 | 11011101 | 10111 | 100011 | 0 | 1101 | 100000110 | 110101 | 1000111 |
Color Harmonies of #AB8FDD
Complementary color
Monochromatic Colors of #AB8FDD
Black with #AB8FDD
Text Example
Text Example
White with #AB8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FDD; }
p { color: rgb(171,143,221); }
H1.HeaderClassName
{
color: #AB8FDD;
}
.AnyTagClassName
{
color: #AB8FDD;
}
</style>
background-color css
<style>
a { background-color: #AB8FDD; }
a { background-color: rgb(171,143,221); }
div.DivClassName
{
background-color: #AB8FDD;
}
.BgClassName
{
background-color: #AB8FDD;
}
</style>
border-color css
<style>
span { border-color: #AB8FDD; }
span { border-color: rgb(171,143,221); }
td.TdClassName
{
border-color: #AB8FDD;
}
.TagClassName
{
border-color: #AB8FDD;
}
</style>