Shades of Biloba Flower #AB9DDE
Tints of Biloba Flower #AB9DDE
RGB
CMYK
RGB Variations
Color information
#AB9DDE (or 0xAB9DDE) is known color: Biloba Flower. HEX triplet: AB, 9D and DE. RGB value is (171,157,222). Sum of RGB (Red+Green+Blue) = 171+157+222=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DDE is #546221. Grayscale: #A8A8A8. Windows color (decimal): -5530146 or 14589355. OLE color: 14589355.
HSL color Cylindrical-coordinate representation of color #AB9DDE: hue angle of 252.92º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9DDE is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 157 | 222 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.13 |
| HSL | 252.92º | 0.5% | 0.74% | - |
| HSV(B) | 252.92º | 0.29% | 0.87% | - |
| XYZ | 42.04 | 38.05 | 74.24 | - |
| YUV | 168.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 222 | 0.23 | 0.29 | 0 | 0.13 | 252.92 | 0.5 | 0.74 |
| Hex | AB | 9D | DE | 17 | 1D | 0 | D | FD | 32 | 4A |
| Octal | 253 | 235 | 336 | 27 | 35 | 0 | 15 | 375 | 62 | 112 |
| Binary | 10101011 | 10011101 | 11011110 | 10111 | 11101 | 0 | 1101 | 11111101 | 110010 | 1001010 |
Color Harmonies of #AB9DDE
Complementary color
Monochromatic Colors of #AB9DDE
Black with #AB9DDE
Text Example
Text Example
White with #AB9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DDE; }
p { color: rgb(171,157,222); }
H1.HeaderClassName
{
color: #AB9DDE;
}
.AnyTagClassName
{
color: #AB9DDE;
}
</style>
background-color css
<style>
a { background-color: #AB9DDE; }
a { background-color: rgb(171,157,222); }
div.DivClassName
{
background-color: #AB9DDE;
}
.BgClassName
{
background-color: #AB9DDE;
}
</style>
border-color css
<style>
span { border-color: #AB9DDE; }
span { border-color: rgb(171,157,222); }
td.TdClassName
{
border-color: #AB9DDE;
}
.TagClassName
{
border-color: #AB9DDE;
}
</style>