Shades of Biloba Flower #A489E8
Tints of Biloba Flower #A489E8
RGB
CMYK
RGB Variations
Color information
#A489E8 (or 0xA489E8) is known color: Biloba Flower. HEX triplet: A4, 89 and E8. RGB value is (164,137,232). Sum of RGB (Red+Green+Blue) = 164+137+232=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #A489E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A489E8 is #5B7617. Grayscale: #9B9B9B. Windows color (decimal): -5994008 or 15239588. OLE color: 15239588.
HSL color Cylindrical-coordinate representation of color #A489E8: hue angle of 257.05º 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 #A489E8 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 137 | 232 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.09 |
| HSL | 257.05º | 0.67% | 0.72% | - |
| HSV(B) | 257.05º | 0.41% | 0.91% | - |
| XYZ | 38.82 | 31.61 | 80.4 | - |
| YUV | 155.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 232 | 0.29 | 0.41 | 0 | 0.09 | 257.05 | 0.67 | 0.72 |
| Hex | A4 | 89 | E8 | 1D | 29 | 0 | 9 | 101 | 43 | 48 |
| Octal | 244 | 211 | 350 | 35 | 51 | 0 | 11 | 401 | 103 | 110 |
| Binary | 10100100 | 10001001 | 11101000 | 11101 | 101001 | 0 | 1001 | 100000001 | 1000011 | 1001000 |
Color Harmonies of #A489E8
Complementary color
Monochromatic Colors of #A489E8
Black with #A489E8
Text Example
Text Example
White with #A489E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A489E8; }
p { color: rgb(164,137,232); }
H1.HeaderClassName
{
color: #A489E8;
}
.AnyTagClassName
{
color: #A489E8;
}
</style>
background-color css
<style>
a { background-color: #A489E8; }
a { background-color: rgb(164,137,232); }
div.DivClassName
{
background-color: #A489E8;
}
.BgClassName
{
background-color: #A489E8;
}
</style>
border-color css
<style>
span { border-color: #A489E8; }
span { border-color: rgb(164,137,232); }
td.TdClassName
{
border-color: #A489E8;
}
.TagClassName
{
border-color: #A489E8;
}
</style>