Shades of Biloba Flower #A89BF5
Tints of Biloba Flower #A89BF5
RGB
CMYK
RGB Variations
Color information
#A89BF5 (or 0xA89BF5) is known color: Biloba Flower. HEX triplet: A8, 9B and F5. RGB value is (168,155,245). Sum of RGB (Red+Green+Blue) = 168+155+245=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #A89BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BF5 is #57640A. Grayscale: #A8A8A8. Windows color (decimal): -5727243 or 16096168. OLE color: 16096168.
HSL color Cylindrical-coordinate representation of color #A89BF5: hue angle of 248.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A89BF5 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 155 | 245 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.04 |
| HSL | 248.67º | 0.82% | 0.78% | - |
| HSV(B) | 248.67º | 0.37% | 0.96% | - |
| XYZ | 44.35 | 38.36 | 91.45 | - |
| YUV | 169.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 245 | 0.31 | 0.37 | 0 | 0.04 | 248.67 | 0.82 | 0.78 |
| Hex | A8 | 9B | F5 | 1F | 25 | 0 | 4 | F9 | 52 | 4E |
| Octal | 250 | 233 | 365 | 37 | 45 | 0 | 4 | 371 | 122 | 116 |
| Binary | 10101000 | 10011011 | 11110101 | 11111 | 100101 | 0 | 100 | 11111001 | 1010010 | 1001110 |
Color Harmonies of #A89BF5
Complementary color
Monochromatic Colors of #A89BF5
Black with #A89BF5
Text Example
Text Example
White with #A89BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BF5; }
p { color: rgb(168,155,245); }
H1.HeaderClassName
{
color: #A89BF5;
}
.AnyTagClassName
{
color: #A89BF5;
}
</style>
background-color css
<style>
a { background-color: #A89BF5; }
a { background-color: rgb(168,155,245); }
div.DivClassName
{
background-color: #A89BF5;
}
.BgClassName
{
background-color: #A89BF5;
}
</style>
border-color css
<style>
span { border-color: #A89BF5; }
span { border-color: rgb(168,155,245); }
td.TdClassName
{
border-color: #A89BF5;
}
.TagClassName
{
border-color: #A89BF5;
}
</style>