Shades of Biloba Flower #AB9BD6
Tints of Biloba Flower #AB9BD6
RGB
CMYK
RGB Variations
Color information
#AB9BD6 (or 0xAB9BD6) is known color: Biloba Flower. HEX triplet: AB, 9B and D6. RGB value is (171,155,214). Sum of RGB (Red+Green+Blue) = 171+155+214=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB9BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BD6 is #546429. Grayscale: #A6A6A6. Windows color (decimal): -5530666 or 14064555. OLE color: 14064555.
HSL color Cylindrical-coordinate representation of color #AB9BD6: hue angle of 256.27º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9BD6 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 155 | 214 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.16 |
| HSL | 256.27º | 0.42% | 0.72% | - |
| HSV(B) | 256.27º | 0.28% | 0.84% | - |
| XYZ | 40.65 | 36.96 | 68.61 | - |
| YUV | 166.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 214 | 0.20 | 0.28 | 0 | 0.16 | 256.27 | 0.42 | 0.72 |
| Hex | AB | 9B | D6 | 14 | 1C | 0 | 10 | 100 | 2A | 48 |
| Octal | 253 | 233 | 326 | 24 | 34 | 0 | 20 | 400 | 52 | 110 |
| Binary | 10101011 | 10011011 | 11010110 | 10100 | 11100 | 0 | 10000 | 100000000 | 101010 | 1001000 |
Color Harmonies of #AB9BD6
Complementary color
Monochromatic Colors of #AB9BD6
Black with #AB9BD6
Text Example
Text Example
White with #AB9BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BD6; }
p { color: rgb(171,155,214); }
H1.HeaderClassName
{
color: #AB9BD6;
}
.AnyTagClassName
{
color: #AB9BD6;
}
</style>
background-color css
<style>
a { background-color: #AB9BD6; }
a { background-color: rgb(171,155,214); }
div.DivClassName
{
background-color: #AB9BD6;
}
.BgClassName
{
background-color: #AB9BD6;
}
</style>
border-color css
<style>
span { border-color: #AB9BD6; }
span { border-color: rgb(171,155,214); }
td.TdClassName
{
border-color: #AB9BD6;
}
.TagClassName
{
border-color: #AB9BD6;
}
</style>