Shades of Biloba Flower #AB8BDC
Tints of Biloba Flower #AB8BDC
RGB
CMYK
RGB Variations
Color information
#AB8BDC (or 0xAB8BDC) is known color: Biloba Flower. HEX triplet: AB, 8B and DC. RGB value is (171,139,220). Sum of RGB (Red+Green+Blue) = 171+139+220=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB8BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BDC is #547423. Grayscale: #9D9D9D. Windows color (decimal): -5534756 or 14453675. OLE color: 14453675.
HSL color Cylindrical-coordinate representation of color #AB8BDC: hue angle of 263.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8BDC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 139 | 220 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.14 |
| HSL | 263.7º | 0.54% | 0.7% | - |
| HSV(B) | 263.7º | 0.37% | 0.86% | - |
| XYZ | 38.95 | 32.29 | 71.89 | - |
| YUV | 157.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 220 | 0.22 | 0.37 | 0 | 0.14 | 263.7 | 0.54 | 0.7 |
| Hex | AB | 8B | DC | 16 | 25 | 0 | E | 108 | 36 | 46 |
| Octal | 253 | 213 | 334 | 26 | 45 | 0 | 16 | 410 | 66 | 106 |
| Binary | 10101011 | 10001011 | 11011100 | 10110 | 100101 | 0 | 1110 | 100001000 | 110110 | 1000110 |
Color Harmonies of #AB8BDC
Complementary color
Monochromatic Colors of #AB8BDC
Black with #AB8BDC
Text Example
Text Example
White with #AB8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BDC; }
p { color: rgb(171,139,220); }
H1.HeaderClassName
{
color: #AB8BDC;
}
.AnyTagClassName
{
color: #AB8BDC;
}
</style>
background-color css
<style>
a { background-color: #AB8BDC; }
a { background-color: rgb(171,139,220); }
div.DivClassName
{
background-color: #AB8BDC;
}
.BgClassName
{
background-color: #AB8BDC;
}
</style>
border-color css
<style>
span { border-color: #AB8BDC; }
span { border-color: rgb(171,139,220); }
td.TdClassName
{
border-color: #AB8BDC;
}
.TagClassName
{
border-color: #AB8BDC;
}
</style>