Shades of Biloba Flower #AB8CFF
Tints of Biloba Flower #AB8CFF
RGB
CMYK
RGB Variations
Color information
#AB8CFF (or 0xAB8CFF) is known color: Biloba Flower. HEX triplet: AB, 8C and FF. RGB value is (171,140,255). Sum of RGB (Red+Green+Blue) = 171+140+255=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CFF is #547300. Grayscale: #A1A1A1. Windows color (decimal): -5534465 or 16747691. OLE color: 16747691.
HSL color Cylindrical-coordinate representation of color #AB8CFF: hue angle of 256.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8CFF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 140 | 255 | - |
| CMYK | 0.33 | 0.45 | 0 | 0 |
| HSL | 256.17º | 1% | 0.77% | - |
| HSV(B) | 256.17º | 0.45% | 1% | - |
| XYZ | 44.22 | 34.63 | 98.96 | - |
| YUV | 162.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 255 | 0.33 | 0.45 | 0 | 0 | 256.17 | 1 | 0.77 |
| Hex | AB | 8C | FF | 21 | 2D | 0 | 0 | 100 | 64 | 4D |
| Octal | 253 | 214 | 377 | 41 | 55 | 0 | 0 | 400 | 144 | 115 |
| Binary | 10101011 | 10001100 | 11111111 | 100001 | 101101 | 0 | 0 | 100000000 | 1100100 | 1001101 |
Color Harmonies of #AB8CFF
Complementary color
Monochromatic Colors of #AB8CFF
Black with #AB8CFF
Text Example
Text Example
White with #AB8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CFF; }
p { color: rgb(171,140,255); }
H1.HeaderClassName
{
color: #AB8CFF;
}
.AnyTagClassName
{
color: #AB8CFF;
}
</style>
background-color css
<style>
a { background-color: #AB8CFF; }
a { background-color: rgb(171,140,255); }
div.DivClassName
{
background-color: #AB8CFF;
}
.BgClassName
{
background-color: #AB8CFF;
}
</style>
border-color css
<style>
span { border-color: #AB8CFF; }
span { border-color: rgb(171,140,255); }
td.TdClassName
{
border-color: #AB8CFF;
}
.TagClassName
{
border-color: #AB8CFF;
}
</style>