Shades of Biloba Flower #AB97DF
Tints of Biloba Flower #AB97DF
RGB
CMYK
RGB Variations
Color information
#AB97DF (or 0xAB97DF) is known color: Biloba Flower. HEX triplet: AB, 97 and DF. RGB value is (171,151,223). Sum of RGB (Red+Green+Blue) = 171+151+223=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB97DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97DF is #546820. Grayscale: #A4A4A4. Windows color (decimal): -5531681 or 14653355. OLE color: 14653355.
HSL color Cylindrical-coordinate representation of color #AB97DF: hue angle of 256.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB97DF is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 151 | 223 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.13 |
| HSL | 256.67º | 0.53% | 0.73% | - |
| HSV(B) | 256.67º | 0.32% | 0.87% | - |
| XYZ | 41.18 | 36.12 | 74.61 | - |
| YUV | 165.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 223 | 0.23 | 0.32 | 0 | 0.13 | 256.67 | 0.53 | 0.73 |
| Hex | AB | 97 | DF | 17 | 20 | 0 | D | 101 | 35 | 49 |
| Octal | 253 | 227 | 337 | 27 | 40 | 0 | 15 | 401 | 65 | 111 |
| Binary | 10101011 | 10010111 | 11011111 | 10111 | 100000 | 0 | 1101 | 100000001 | 110101 | 1001001 |
Color Harmonies of #AB97DF
Complementary color
Monochromatic Colors of #AB97DF
Black with #AB97DF
Text Example
Text Example
White with #AB97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB97DF; }
p { color: rgb(171,151,223); }
H1.HeaderClassName
{
color: #AB97DF;
}
.AnyTagClassName
{
color: #AB97DF;
}
</style>
background-color css
<style>
a { background-color: #AB97DF; }
a { background-color: rgb(171,151,223); }
div.DivClassName
{
background-color: #AB97DF;
}
.BgClassName
{
background-color: #AB97DF;
}
</style>
border-color css
<style>
span { border-color: #AB97DF; }
span { border-color: rgb(171,151,223); }
td.TdClassName
{
border-color: #AB97DF;
}
.TagClassName
{
border-color: #AB97DF;
}
</style>