Shades of Biloba Flower #AB9BDE
Tints of Biloba Flower #AB9BDE
RGB
CMYK
RGB Variations
Color information
#AB9BDE (or 0xAB9BDE) is known color: Biloba Flower. HEX triplet: AB, 9B and DE. RGB value is (171,155,222). Sum of RGB (Red+Green+Blue) = 171+155+222=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BDE is #546421. Grayscale: #A7A7A7. Windows color (decimal): -5530658 or 14588843. OLE color: 14588843.
HSL color Cylindrical-coordinate representation of color #AB9BDE: hue angle of 254.33º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9BDE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 155 | 222 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.13 |
| HSL | 254.33º | 0.5% | 0.74% | - |
| HSV(B) | 254.33º | 0.3% | 0.87% | - |
| XYZ | 41.7 | 37.37 | 74.12 | - |
| YUV | 167.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 222 | 0.23 | 0.30 | 0 | 0.13 | 254.33 | 0.5 | 0.74 |
| Hex | AB | 9B | DE | 17 | 1E | 0 | D | FE | 32 | 4A |
| Octal | 253 | 233 | 336 | 27 | 36 | 0 | 15 | 376 | 62 | 112 |
| Binary | 10101011 | 10011011 | 11011110 | 10111 | 11110 | 0 | 1101 | 11111110 | 110010 | 1001010 |
Color Harmonies of #AB9BDE
Complementary color
Monochromatic Colors of #AB9BDE
Black with #AB9BDE
Text Example
Text Example
White with #AB9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BDE; }
p { color: rgb(171,155,222); }
H1.HeaderClassName
{
color: #AB9BDE;
}
.AnyTagClassName
{
color: #AB9BDE;
}
</style>
background-color css
<style>
a { background-color: #AB9BDE; }
a { background-color: rgb(171,155,222); }
div.DivClassName
{
background-color: #AB9BDE;
}
.BgClassName
{
background-color: #AB9BDE;
}
</style>
border-color css
<style>
span { border-color: #AB9BDE; }
span { border-color: rgb(171,155,222); }
td.TdClassName
{
border-color: #AB9BDE;
}
.TagClassName
{
border-color: #AB9BDE;
}
</style>