Shades of Biloba Flower #AB8CDA
Tints of Biloba Flower #AB8CDA
RGB
CMYK
RGB Variations
Color information
#AB8CDA (or 0xAB8CDA) is known color: Biloba Flower. HEX triplet: AB, 8C and DA. RGB value is (171,140,218). Sum of RGB (Red+Green+Blue) = 171+140+218=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CDA is #547325. Grayscale: #9D9D9D. Windows color (decimal): -5534502 or 14322859. OLE color: 14322859.
HSL color Cylindrical-coordinate representation of color #AB8CDA: hue angle of 263.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8CDA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 140 | 218 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.15 |
| HSL | 263.85º | 0.51% | 0.7% | - |
| HSV(B) | 263.85º | 0.36% | 0.85% | - |
| XYZ | 38.83 | 32.48 | 70.55 | - |
| YUV | 158.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 218 | 0.22 | 0.36 | 0 | 0.15 | 263.85 | 0.51 | 0.7 |
| Hex | AB | 8C | DA | 16 | 24 | 0 | F | 108 | 33 | 46 |
| Octal | 253 | 214 | 332 | 26 | 44 | 0 | 17 | 410 | 63 | 106 |
| Binary | 10101011 | 10001100 | 11011010 | 10110 | 100100 | 0 | 1111 | 100001000 | 110011 | 1000110 |
Color Harmonies of #AB8CDA
Complementary color
Monochromatic Colors of #AB8CDA
Black with #AB8CDA
Text Example
Text Example
White with #AB8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CDA; }
p { color: rgb(171,140,218); }
H1.HeaderClassName
{
color: #AB8CDA;
}
.AnyTagClassName
{
color: #AB8CDA;
}
</style>
background-color css
<style>
a { background-color: #AB8CDA; }
a { background-color: rgb(171,140,218); }
div.DivClassName
{
background-color: #AB8CDA;
}
.BgClassName
{
background-color: #AB8CDA;
}
</style>
border-color css
<style>
span { border-color: #AB8CDA; }
span { border-color: rgb(171,140,218); }
td.TdClassName
{
border-color: #AB8CDA;
}
.TagClassName
{
border-color: #AB8CDA;
}
</style>