Shades of Biloba Flower #AB93D9
Tints of Biloba Flower #AB93D9
RGB
CMYK
RGB Variations
Color information
#AB93D9 (or 0xAB93D9) is known color: Biloba Flower. HEX triplet: AB, 93 and D9. RGB value is (171,147,217). Sum of RGB (Red+Green+Blue) = 171+147+217=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB93D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93D9 is #546C26. Grayscale: #A1A1A1. Windows color (decimal): -5532711 or 14259115. OLE color: 14259115.
HSL color Cylindrical-coordinate representation of color #AB93D9: hue angle of 260.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB93D9 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 147 | 217 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.15 |
| HSL | 260.57º | 0.48% | 0.71% | - |
| HSV(B) | 260.57º | 0.32% | 0.85% | - |
| XYZ | 39.75 | 34.54 | 70.22 | - |
| YUV | 162.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 217 | 0.21 | 0.32 | 0 | 0.15 | 260.57 | 0.48 | 0.71 |
| Hex | AB | 93 | D9 | 15 | 20 | 0 | F | 105 | 30 | 47 |
| Octal | 253 | 223 | 331 | 25 | 40 | 0 | 17 | 405 | 60 | 107 |
| Binary | 10101011 | 10010011 | 11011001 | 10101 | 100000 | 0 | 1111 | 100000101 | 110000 | 1000111 |
Color Harmonies of #AB93D9
Complementary color
Monochromatic Colors of #AB93D9
Black with #AB93D9
Text Example
Text Example
White with #AB93D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93D9; }
p { color: rgb(171,147,217); }
H1.HeaderClassName
{
color: #AB93D9;
}
.AnyTagClassName
{
color: #AB93D9;
}
</style>
background-color css
<style>
a { background-color: #AB93D9; }
a { background-color: rgb(171,147,217); }
div.DivClassName
{
background-color: #AB93D9;
}
.BgClassName
{
background-color: #AB93D9;
}
</style>
border-color css
<style>
span { border-color: #AB93D9; }
span { border-color: rgb(171,147,217); }
td.TdClassName
{
border-color: #AB93D9;
}
.TagClassName
{
border-color: #AB93D9;
}
</style>