Shades of Biloba Flower #A89BE7
Tints of Biloba Flower #A89BE7
RGB
CMYK
RGB Variations
Color information
#A89BE7 (or 0xA89BE7) is known color: Biloba Flower. HEX triplet: A8, 9B and E7. RGB value is (168,155,231). Sum of RGB (Red+Green+Blue) = 168+155+231=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #A89BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BE7 is #576418. Grayscale: #A7A7A7. Windows color (decimal): -5727257 or 15178664. OLE color: 15178664.
HSL color Cylindrical-coordinate representation of color #A89BE7: hue angle of 250.26º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89BE7 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 155 | 231 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.09 |
| HSL | 250.26º | 0.61% | 0.76% | - |
| HSV(B) | 250.26º | 0.33% | 0.91% | - |
| XYZ | 42.29 | 37.54 | 80.62 | - |
| YUV | 167.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 231 | 0.27 | 0.33 | 0 | 0.09 | 250.26 | 0.61 | 0.76 |
| Hex | A8 | 9B | E7 | 1B | 21 | 0 | 9 | FA | 3D | 4C |
| Octal | 250 | 233 | 347 | 33 | 41 | 0 | 11 | 372 | 75 | 114 |
| Binary | 10101000 | 10011011 | 11100111 | 11011 | 100001 | 0 | 1001 | 11111010 | 111101 | 1001100 |
Color Harmonies of #A89BE7
Complementary color
Monochromatic Colors of #A89BE7
Black with #A89BE7
Text Example
Text Example
White with #A89BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BE7; }
p { color: rgb(168,155,231); }
H1.HeaderClassName
{
color: #A89BE7;
}
.AnyTagClassName
{
color: #A89BE7;
}
</style>
background-color css
<style>
a { background-color: #A89BE7; }
a { background-color: rgb(168,155,231); }
div.DivClassName
{
background-color: #A89BE7;
}
.BgClassName
{
background-color: #A89BE7;
}
</style>
border-color css
<style>
span { border-color: #A89BE7; }
span { border-color: rgb(168,155,231); }
td.TdClassName
{
border-color: #A89BE7;
}
.TagClassName
{
border-color: #A89BE7;
}
</style>