Shades of Biloba Flower #A989E8
Tints of Biloba Flower #A989E8
RGB
CMYK
RGB Variations
Color information
#A989E8 (or 0xA989E8) is known color: Biloba Flower. HEX triplet: A9, 89 and E8. RGB value is (169,137,232). Sum of RGB (Red+Green+Blue) = 169+137+232=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #A989E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989E8 is #567617. Grayscale: #9D9D9D. Windows color (decimal): -5666328 or 15239593. OLE color: 15239593.
HSL color Cylindrical-coordinate representation of color #A989E8: hue angle of 260.21º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A989E8 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 137 | 232 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.09 |
| HSL | 260.21º | 0.67% | 0.72% | - |
| HSV(B) | 260.21º | 0.41% | 0.91% | - |
| XYZ | 39.87 | 32.15 | 80.45 | - |
| YUV | 157.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 232 | 0.27 | 0.41 | 0 | 0.09 | 260.21 | 0.67 | 0.72 |
| Hex | A9 | 89 | E8 | 1B | 29 | 0 | 9 | 104 | 43 | 48 |
| Octal | 251 | 211 | 350 | 33 | 51 | 0 | 11 | 404 | 103 | 110 |
| Binary | 10101001 | 10001001 | 11101000 | 11011 | 101001 | 0 | 1001 | 100000100 | 1000011 | 1001000 |
Color Harmonies of #A989E8
Complementary color
Monochromatic Colors of #A989E8
Black with #A989E8
Text Example
Text Example
White with #A989E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A989E8; }
p { color: rgb(169,137,232); }
H1.HeaderClassName
{
color: #A989E8;
}
.AnyTagClassName
{
color: #A989E8;
}
</style>
background-color css
<style>
a { background-color: #A989E8; }
a { background-color: rgb(169,137,232); }
div.DivClassName
{
background-color: #A989E8;
}
.BgClassName
{
background-color: #A989E8;
}
</style>
border-color css
<style>
span { border-color: #A989E8; }
span { border-color: rgb(169,137,232); }
td.TdClassName
{
border-color: #A989E8;
}
.TagClassName
{
border-color: #A989E8;
}
</style>