Shades of Biloba Flower #AB8BCE
Tints of Biloba Flower #AB8BCE
RGB
CMYK
RGB Variations
Color information
#AB8BCE (or 0xAB8BCE) is known color: Biloba Flower. HEX triplet: AB, 8B and CE. RGB value is (171,139,206). Sum of RGB (Red+Green+Blue) = 171+139+206=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BCE is #547431. Grayscale: #9B9B9B. Windows color (decimal): -5534770 or 13536171. OLE color: 13536171.
HSL color Cylindrical-coordinate representation of color #AB8BCE: hue angle of 268.66º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8BCE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 139 | 206 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.19 |
| HSL | 268.66º | 0.41% | 0.68% | - |
| HSV(B) | 268.66º | 0.33% | 0.81% | - |
| XYZ | 37.17 | 31.58 | 62.53 | - |
| YUV | 156.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 206 | 0.17 | 0.33 | 0 | 0.19 | 268.66 | 0.41 | 0.68 |
| Hex | AB | 8B | CE | 11 | 21 | 0 | 13 | 10D | 29 | 44 |
| Octal | 253 | 213 | 316 | 21 | 41 | 0 | 23 | 415 | 51 | 104 |
| Binary | 10101011 | 10001011 | 11001110 | 10001 | 100001 | 0 | 10011 | 100001101 | 101001 | 1000100 |
Color Harmonies of #AB8BCE
Complementary color
Monochromatic Colors of #AB8BCE
Black with #AB8BCE
Text Example
Text Example
White with #AB8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BCE; }
p { color: rgb(171,139,206); }
H1.HeaderClassName
{
color: #AB8BCE;
}
.AnyTagClassName
{
color: #AB8BCE;
}
</style>
background-color css
<style>
a { background-color: #AB8BCE; }
a { background-color: rgb(171,139,206); }
div.DivClassName
{
background-color: #AB8BCE;
}
.BgClassName
{
background-color: #AB8BCE;
}
</style>
border-color css
<style>
span { border-color: #AB8BCE; }
span { border-color: rgb(171,139,206); }
td.TdClassName
{
border-color: #AB8BCE;
}
.TagClassName
{
border-color: #AB8BCE;
}
</style>