Shades of Biloba Flower #A891DF
Tints of Biloba Flower #A891DF
RGB
CMYK
RGB Variations
Color information
#A891DF (or 0xA891DF) is known color: Biloba Flower. HEX triplet: A8, 91 and DF. RGB value is (168,145,223). Sum of RGB (Red+Green+Blue) = 168+145+223=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #A891DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891DF is #576E20. Grayscale: #A0A0A0. Windows color (decimal): -5729825 or 14651816. OLE color: 14651816.
HSL color Cylindrical-coordinate representation of color #A891DF: hue angle of 257.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A891DF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 145 | 223 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.13 |
| HSL | 257.69º | 0.55% | 0.72% | - |
| HSV(B) | 257.69º | 0.35% | 0.87% | - |
| XYZ | 39.59 | 33.9 | 74.27 | - |
| YUV | 160.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 223 | 0.25 | 0.35 | 0 | 0.13 | 257.69 | 0.55 | 0.72 |
| Hex | A8 | 91 | DF | 19 | 23 | 0 | D | 102 | 37 | 48 |
| Octal | 250 | 221 | 337 | 31 | 43 | 0 | 15 | 402 | 67 | 110 |
| Binary | 10101000 | 10010001 | 11011111 | 11001 | 100011 | 0 | 1101 | 100000010 | 110111 | 1001000 |
Color Harmonies of #A891DF
Complementary color
Monochromatic Colors of #A891DF
Black with #A891DF
Text Example
Text Example
White with #A891DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891DF; }
p { color: rgb(168,145,223); }
H1.HeaderClassName
{
color: #A891DF;
}
.AnyTagClassName
{
color: #A891DF;
}
</style>
background-color css
<style>
a { background-color: #A891DF; }
a { background-color: rgb(168,145,223); }
div.DivClassName
{
background-color: #A891DF;
}
.BgClassName
{
background-color: #A891DF;
}
</style>
border-color css
<style>
span { border-color: #A891DF; }
span { border-color: rgb(168,145,223); }
td.TdClassName
{
border-color: #A891DF;
}
.TagClassName
{
border-color: #A891DF;
}
</style>