Shades of Biloba Flower #AB8DCB
Tints of Biloba Flower #AB8DCB
RGB
CMYK
RGB Variations
Color information
#AB8DCB (or 0xAB8DCB) is known color: Biloba Flower. HEX triplet: AB, 8D and CB. RGB value is (171,141,203). Sum of RGB (Red+Green+Blue) = 171+141+203=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DCB is #547234. Grayscale: #9C9C9C. Windows color (decimal): -5534261 or 13340075. OLE color: 13340075.
HSL color Cylindrical-coordinate representation of color #AB8DCB: hue angle of 269.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8DCB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 141 | 203 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.20 |
| HSL | 269.03º | 0.37% | 0.67% | - |
| HSV(B) | 269.03º | 0.31% | 0.8% | - |
| XYZ | 37.1 | 32.02 | 60.72 | - |
| YUV | 157.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 203 | 0.16 | 0.31 | 0 | 0.20 | 269.03 | 0.37 | 0.67 |
| Hex | AB | 8D | CB | 10 | 1F | 0 | 14 | 10D | 25 | 43 |
| Octal | 253 | 215 | 313 | 20 | 37 | 0 | 24 | 415 | 45 | 103 |
| Binary | 10101011 | 10001101 | 11001011 | 10000 | 11111 | 0 | 10100 | 100001101 | 100101 | 1000011 |
Color Harmonies of #AB8DCB
Complementary color
Monochromatic Colors of #AB8DCB
Black with #AB8DCB
Text Example
Text Example
White with #AB8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DCB; }
p { color: rgb(171,141,203); }
H1.HeaderClassName
{
color: #AB8DCB;
}
.AnyTagClassName
{
color: #AB8DCB;
}
</style>
background-color css
<style>
a { background-color: #AB8DCB; }
a { background-color: rgb(171,141,203); }
div.DivClassName
{
background-color: #AB8DCB;
}
.BgClassName
{
background-color: #AB8DCB;
}
</style>
border-color css
<style>
span { border-color: #AB8DCB; }
span { border-color: rgb(171,141,203); }
td.TdClassName
{
border-color: #AB8DCB;
}
.TagClassName
{
border-color: #AB8DCB;
}
</style>