Shades of Biloba Flower #AB94DF
Tints of Biloba Flower #AB94DF
RGB
CMYK
RGB Variations
Color information
#AB94DF (or 0xAB94DF) is known color: Biloba Flower. HEX triplet: AB, 94 and DF. RGB value is (171,148,223). Sum of RGB (Red+Green+Blue) = 171+148+223=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94DF is #546B20. Grayscale: #A3A3A3. Windows color (decimal): -5532449 or 14652587. OLE color: 14652587.
HSL color Cylindrical-coordinate representation of color #AB94DF: hue angle of 258.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB94DF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 148 | 223 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.13 |
| HSL | 258.4º | 0.54% | 0.73% | - |
| HSV(B) | 258.4º | 0.34% | 0.87% | - |
| XYZ | 40.7 | 35.17 | 74.45 | - |
| YUV | 163.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 223 | 0.23 | 0.34 | 0 | 0.13 | 258.4 | 0.54 | 0.73 |
| Hex | AB | 94 | DF | 17 | 22 | 0 | D | 102 | 36 | 49 |
| Octal | 253 | 224 | 337 | 27 | 42 | 0 | 15 | 402 | 66 | 111 |
| Binary | 10101011 | 10010100 | 11011111 | 10111 | 100010 | 0 | 1101 | 100000010 | 110110 | 1001001 |
Color Harmonies of #AB94DF
Complementary color
Monochromatic Colors of #AB94DF
Black with #AB94DF
Text Example
Text Example
White with #AB94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94DF; }
p { color: rgb(171,148,223); }
H1.HeaderClassName
{
color: #AB94DF;
}
.AnyTagClassName
{
color: #AB94DF;
}
</style>
background-color css
<style>
a { background-color: #AB94DF; }
a { background-color: rgb(171,148,223); }
div.DivClassName
{
background-color: #AB94DF;
}
.BgClassName
{
background-color: #AB94DF;
}
</style>
border-color css
<style>
span { border-color: #AB94DF; }
span { border-color: rgb(171,148,223); }
td.TdClassName
{
border-color: #AB94DF;
}
.TagClassName
{
border-color: #AB94DF;
}
</style>