Shades of Biloba Flower #AB8BDD
Tints of Biloba Flower #AB8BDD
RGB
CMYK
RGB Variations
Color information
#AB8BDD (or 0xAB8BDD) is known color: Biloba Flower. HEX triplet: AB, 8B and DD. RGB value is (171,139,221). Sum of RGB (Red+Green+Blue) = 171+139+221=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BDD is #547422. Grayscale: #9D9D9D. Windows color (decimal): -5534755 or 14519211. OLE color: 14519211.
HSL color Cylindrical-coordinate representation of color #AB8BDD: hue angle of 263.41º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8BDD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 139 | 221 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.13 |
| HSL | 263.41º | 0.55% | 0.71% | - |
| HSV(B) | 263.41º | 0.37% | 0.87% | - |
| XYZ | 39.08 | 32.34 | 72.59 | - |
| YUV | 157.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 221 | 0.23 | 0.37 | 0 | 0.13 | 263.41 | 0.55 | 0.71 |
| Hex | AB | 8B | DD | 17 | 25 | 0 | D | 107 | 37 | 47 |
| Octal | 253 | 213 | 335 | 27 | 45 | 0 | 15 | 407 | 67 | 107 |
| Binary | 10101011 | 10001011 | 11011101 | 10111 | 100101 | 0 | 1101 | 100000111 | 110111 | 1000111 |
Color Harmonies of #AB8BDD
Complementary color
Monochromatic Colors of #AB8BDD
Black with #AB8BDD
Text Example
Text Example
White with #AB8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BDD; }
p { color: rgb(171,139,221); }
H1.HeaderClassName
{
color: #AB8BDD;
}
.AnyTagClassName
{
color: #AB8BDD;
}
</style>
background-color css
<style>
a { background-color: #AB8BDD; }
a { background-color: rgb(171,139,221); }
div.DivClassName
{
background-color: #AB8BDD;
}
.BgClassName
{
background-color: #AB8BDD;
}
</style>
border-color css
<style>
span { border-color: #AB8BDD; }
span { border-color: rgb(171,139,221); }
td.TdClassName
{
border-color: #AB8BDD;
}
.TagClassName
{
border-color: #AB8BDD;
}
</style>