Shades of Biloba Flower #A89BF3
Tints of Biloba Flower #A89BF3
RGB
CMYK
RGB Variations
Color information
#A89BF3 (or 0xA89BF3) is known color: Biloba Flower. HEX triplet: A8, 9B and F3. RGB value is (168,155,243). Sum of RGB (Red+Green+Blue) = 168+155+243=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #A89BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BF3 is #57640C. Grayscale: #A8A8A8. Windows color (decimal): -5727245 or 15965096. OLE color: 15965096.
HSL color Cylindrical-coordinate representation of color #A89BF3: hue angle of 248.86º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A89BF3 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 155 | 243 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.05 |
| HSL | 248.86º | 0.79% | 0.78% | - |
| HSV(B) | 248.86º | 0.36% | 0.95% | - |
| XYZ | 44.05 | 38.24 | 89.85 | - |
| YUV | 168.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 243 | 0.31 | 0.36 | 0 | 0.05 | 248.86 | 0.79 | 0.78 |
| Hex | A8 | 9B | F3 | 1F | 24 | 0 | 5 | F9 | 4F | 4E |
| Octal | 250 | 233 | 363 | 37 | 44 | 0 | 5 | 371 | 117 | 116 |
| Binary | 10101000 | 10011011 | 11110011 | 11111 | 100100 | 0 | 101 | 11111001 | 1001111 | 1001110 |
Color Harmonies of #A89BF3
Complementary color
Monochromatic Colors of #A89BF3
Black with #A89BF3
Text Example
Text Example
White with #A89BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BF3; }
p { color: rgb(168,155,243); }
H1.HeaderClassName
{
color: #A89BF3;
}
.AnyTagClassName
{
color: #A89BF3;
}
</style>
background-color css
<style>
a { background-color: #A89BF3; }
a { background-color: rgb(168,155,243); }
div.DivClassName
{
background-color: #A89BF3;
}
.BgClassName
{
background-color: #A89BF3;
}
</style>
border-color css
<style>
span { border-color: #A89BF3; }
span { border-color: rgb(168,155,243); }
td.TdClassName
{
border-color: #A89BF3;
}
.TagClassName
{
border-color: #A89BF3;
}
</style>