Shades of Biloba Flower #AB9ADB
Tints of Biloba Flower #AB9ADB
RGB
CMYK
RGB Variations
Color information
#AB9ADB (or 0xAB9ADB) is known color: Biloba Flower. HEX triplet: AB, 9A and DB. RGB value is (171,154,219). Sum of RGB (Red+Green+Blue) = 171+154+219=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADB is #546524. Grayscale: #A6A6A6. Windows color (decimal): -5530917 or 14391979. OLE color: 14391979.
HSL color Cylindrical-coordinate representation of color #AB9ADB: hue angle of 255.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9ADB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 154 | 219 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.14 |
| HSL | 255.69º | 0.47% | 0.73% | - |
| HSV(B) | 255.69º | 0.3% | 0.86% | - |
| XYZ | 41.14 | 36.88 | 71.97 | - |
| YUV | 166.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 219 | 0.22 | 0.30 | 0 | 0.14 | 255.69 | 0.47 | 0.73 |
| Hex | AB | 9A | DB | 16 | 1E | 0 | E | 100 | 2F | 49 |
| Octal | 253 | 232 | 333 | 26 | 36 | 0 | 16 | 400 | 57 | 111 |
| Binary | 10101011 | 10011010 | 11011011 | 10110 | 11110 | 0 | 1110 | 100000000 | 101111 | 1001001 |
Color Harmonies of #AB9ADB
Complementary color
Monochromatic Colors of #AB9ADB
Black with #AB9ADB
Text Example
Text Example
White with #AB9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ADB; }
p { color: rgb(171,154,219); }
H1.HeaderClassName
{
color: #AB9ADB;
}
.AnyTagClassName
{
color: #AB9ADB;
}
</style>
background-color css
<style>
a { background-color: #AB9ADB; }
a { background-color: rgb(171,154,219); }
div.DivClassName
{
background-color: #AB9ADB;
}
.BgClassName
{
background-color: #AB9ADB;
}
</style>
border-color css
<style>
span { border-color: #AB9ADB; }
span { border-color: rgb(171,154,219); }
td.TdClassName
{
border-color: #AB9ADB;
}
.TagClassName
{
border-color: #AB9ADB;
}
</style>