Shades of Biloba Flower #AB9BDB
Tints of Biloba Flower #AB9BDB
RGB
CMYK
RGB Variations
Color information
#AB9BDB (or 0xAB9BDB) is known color: Biloba Flower. HEX triplet: AB, 9B and DB. RGB value is (171,155,219). Sum of RGB (Red+Green+Blue) = 171+155+219=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BDB is #546424. Grayscale: #A6A6A6. Windows color (decimal): -5530661 or 14392235. OLE color: 14392235.
HSL color Cylindrical-coordinate representation of color #AB9BDB: hue angle of 255º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9BDB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 155 | 219 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.14 |
| HSL | 255º | 0.47% | 0.73% | - |
| HSV(B) | 255º | 0.29% | 0.86% | - |
| XYZ | 41.3 | 37.22 | 72.02 | - |
| YUV | 167.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 219 | 0.22 | 0.29 | 0 | 0.14 | 255 | 0.47 | 0.73 |
| Hex | AB | 9B | DB | 16 | 1D | 0 | E | FF | 2F | 49 |
| Octal | 253 | 233 | 333 | 26 | 35 | 0 | 16 | 377 | 57 | 111 |
| Binary | 10101011 | 10011011 | 11011011 | 10110 | 11101 | 0 | 1110 | 11111111 | 101111 | 1001001 |
Color Harmonies of #AB9BDB
Complementary color
Monochromatic Colors of #AB9BDB
Black with #AB9BDB
Text Example
Text Example
White with #AB9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BDB; }
p { color: rgb(171,155,219); }
H1.HeaderClassName
{
color: #AB9BDB;
}
.AnyTagClassName
{
color: #AB9BDB;
}
</style>
background-color css
<style>
a { background-color: #AB9BDB; }
a { background-color: rgb(171,155,219); }
div.DivClassName
{
background-color: #AB9BDB;
}
.BgClassName
{
background-color: #AB9BDB;
}
</style>
border-color css
<style>
span { border-color: #AB9BDB; }
span { border-color: rgb(171,155,219); }
td.TdClassName
{
border-color: #AB9BDB;
}
.TagClassName
{
border-color: #AB9BDB;
}
</style>