Shades of Biloba Flower #A89BEF
Tints of Biloba Flower #A89BEF
RGB
CMYK
RGB Variations
Color information
#A89BEF (or 0xA89BEF) is known color: Biloba Flower. HEX triplet: A8, 9B and EF. RGB value is (168,155,239). Sum of RGB (Red+Green+Blue) = 168+155+239=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #A89BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BEF is #576410. Grayscale: #A8A8A8. Windows color (decimal): -5727249 or 15702952. OLE color: 15702952.
HSL color Cylindrical-coordinate representation of color #A89BEF: hue angle of 249.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A89BEF is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 155 | 239 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.06 |
| HSL | 249.29º | 0.72% | 0.77% | - |
| HSV(B) | 249.29º | 0.35% | 0.94% | - |
| XYZ | 43.45 | 38 | 86.71 | - |
| YUV | 168.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 239 | 0.30 | 0.35 | 0 | 0.06 | 249.29 | 0.72 | 0.77 |
| Hex | A8 | 9B | EF | 1E | 23 | 0 | 6 | F9 | 48 | 4D |
| Octal | 250 | 233 | 357 | 36 | 43 | 0 | 6 | 371 | 110 | 115 |
| Binary | 10101000 | 10011011 | 11101111 | 11110 | 100011 | 0 | 110 | 11111001 | 1001000 | 1001101 |
Color Harmonies of #A89BEF
Complementary color
Monochromatic Colors of #A89BEF
Black with #A89BEF
Text Example
Text Example
White with #A89BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BEF; }
p { color: rgb(168,155,239); }
H1.HeaderClassName
{
color: #A89BEF;
}
.AnyTagClassName
{
color: #A89BEF;
}
</style>
background-color css
<style>
a { background-color: #A89BEF; }
a { background-color: rgb(168,155,239); }
div.DivClassName
{
background-color: #A89BEF;
}
.BgClassName
{
background-color: #A89BEF;
}
</style>
border-color css
<style>
span { border-color: #A89BEF; }
span { border-color: rgb(168,155,239); }
td.TdClassName
{
border-color: #A89BEF;
}
.TagClassName
{
border-color: #A89BEF;
}
</style>