Shades of Biloba Flower #A891F3
Tints of Biloba Flower #A891F3
RGB
CMYK
RGB Variations
Color information
#A891F3 (or 0xA891F3) is known color: Biloba Flower. HEX triplet: A8, 91 and F3. RGB value is (168,145,243). Sum of RGB (Red+Green+Blue) = 168+145+243=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #A891F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A891F3 is #576E0C. Grayscale: #A2A2A2. Windows color (decimal): -5729805 or 15962536. OLE color: 15962536.
HSL color Cylindrical-coordinate representation of color #A891F3: hue angle of 254.08º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A891F3 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 145 | 243 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.05 |
| HSL | 254.08º | 0.8% | 0.76% | - |
| HSV(B) | 254.08º | 0.4% | 0.95% | - |
| XYZ | 42.45 | 35.05 | 89.32 | - |
| YUV | 163.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 243 | 0.31 | 0.40 | 0 | 0.05 | 254.08 | 0.8 | 0.76 |
| Hex | A8 | 91 | F3 | 1F | 28 | 0 | 5 | FE | 50 | 4C |
| Octal | 250 | 221 | 363 | 37 | 50 | 0 | 5 | 376 | 120 | 114 |
| Binary | 10101000 | 10010001 | 11110011 | 11111 | 101000 | 0 | 101 | 11111110 | 1010000 | 1001100 |
Color Harmonies of #A891F3
Complementary color
Monochromatic Colors of #A891F3
Black with #A891F3
Text Example
Text Example
White with #A891F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891F3; }
p { color: rgb(168,145,243); }
H1.HeaderClassName
{
color: #A891F3;
}
.AnyTagClassName
{
color: #A891F3;
}
</style>
background-color css
<style>
a { background-color: #A891F3; }
a { background-color: rgb(168,145,243); }
div.DivClassName
{
background-color: #A891F3;
}
.BgClassName
{
background-color: #A891F3;
}
</style>
border-color css
<style>
span { border-color: #A891F3; }
span { border-color: rgb(168,145,243); }
td.TdClassName
{
border-color: #A891F3;
}
.TagClassName
{
border-color: #A891F3;
}
</style>