Shades of Biloba Flower #A891F0
Tints of Biloba Flower #A891F0
RGB
CMYK
RGB Variations
Color information
#A891F0 (or 0xA891F0) is known color: Biloba Flower. HEX triplet: A8, 91 and F0. RGB value is (168,145,240). Sum of RGB (Red+Green+Blue) = 168+145+240=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #A891F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A891F0 is #576E0F. Grayscale: #A2A2A2. Windows color (decimal): -5729808 or 15765928. OLE color: 15765928.
HSL color Cylindrical-coordinate representation of color #A891F0: hue angle of 254.53º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A891F0 is Cyan = 0.3, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 145 | 240 | - |
| CMYK | 0.3 | 0.40 | 0 | 0.06 |
| HSL | 254.53º | 0.76% | 0.75% | - |
| HSV(B) | 254.53º | 0.4% | 0.94% | - |
| XYZ | 42 | 34.87 | 86.95 | - |
| YUV | 162.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 240 | 0.3 | 0.40 | 0 | 0.06 | 254.53 | 0.76 | 0.75 |
| Hex | A8 | 91 | F0 | 1E | 28 | 0 | 6 | FF | 4C | 4B |
| Octal | 250 | 221 | 360 | 36 | 50 | 0 | 6 | 377 | 114 | 113 |
| Binary | 10101000 | 10010001 | 11110000 | 11110 | 101000 | 0 | 110 | 11111111 | 1001100 | 1001011 |
Color Harmonies of #A891F0
Complementary color
Monochromatic Colors of #A891F0
Black with #A891F0
Text Example
Text Example
White with #A891F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891F0; }
p { color: rgb(168,145,240); }
H1.HeaderClassName
{
color: #A891F0;
}
.AnyTagClassName
{
color: #A891F0;
}
</style>
background-color css
<style>
a { background-color: #A891F0; }
a { background-color: rgb(168,145,240); }
div.DivClassName
{
background-color: #A891F0;
}
.BgClassName
{
background-color: #A891F0;
}
</style>
border-color css
<style>
span { border-color: #A891F0; }
span { border-color: rgb(168,145,240); }
td.TdClassName
{
border-color: #A891F0;
}
.TagClassName
{
border-color: #A891F0;
}
</style>