Shades of Biloba Flower #AB9CDB
Tints of Biloba Flower #AB9CDB
RGB
CMYK
RGB Variations
Color information
#AB9CDB (or 0xAB9CDB) is known color: Biloba Flower. HEX triplet: AB, 9C and DB. RGB value is (171,156,219). Sum of RGB (Red+Green+Blue) = 171+156+219=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CDB is #546324. Grayscale: #A7A7A7. Windows color (decimal): -5530405 or 14392491. OLE color: 14392491.
HSL color Cylindrical-coordinate representation of color #AB9CDB: hue angle of 254.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9CDB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 156 | 219 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.14 |
| HSL | 254.29º | 0.47% | 0.74% | - |
| HSV(B) | 254.29º | 0.29% | 0.86% | - |
| XYZ | 41.47 | 37.55 | 72.08 | - |
| YUV | 167.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 219 | 0.22 | 0.29 | 0 | 0.14 | 254.29 | 0.47 | 0.74 |
| Hex | AB | 9C | DB | 16 | 1D | 0 | E | FE | 2F | 4A |
| Octal | 253 | 234 | 333 | 26 | 35 | 0 | 16 | 376 | 57 | 112 |
| Binary | 10101011 | 10011100 | 11011011 | 10110 | 11101 | 0 | 1110 | 11111110 | 101111 | 1001010 |
Color Harmonies of #AB9CDB
Complementary color
Monochromatic Colors of #AB9CDB
Black with #AB9CDB
Text Example
Text Example
White with #AB9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CDB; }
p { color: rgb(171,156,219); }
H1.HeaderClassName
{
color: #AB9CDB;
}
.AnyTagClassName
{
color: #AB9CDB;
}
</style>
background-color css
<style>
a { background-color: #AB9CDB; }
a { background-color: rgb(171,156,219); }
div.DivClassName
{
background-color: #AB9CDB;
}
.BgClassName
{
background-color: #AB9CDB;
}
</style>
border-color css
<style>
span { border-color: #AB9CDB; }
span { border-color: rgb(171,156,219); }
td.TdClassName
{
border-color: #AB9CDB;
}
.TagClassName
{
border-color: #AB9CDB;
}
</style>