Shades of Biloba Flower #A58EF1
Tints of Biloba Flower #A58EF1
RGB
CMYK
RGB Variations
Color information
#A58EF1 (or 0xA58EF1) is known color: Biloba Flower. HEX triplet: A5, 8E and F1. RGB value is (165,142,241). Sum of RGB (Red+Green+Blue) = 165+142+241=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #A58EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EF1 is #5A710E. Grayscale: #9F9F9F. Windows color (decimal): -5927183 or 15830693. OLE color: 15830693.
HSL color Cylindrical-coordinate representation of color #A58EF1: hue angle of 253.94º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58EF1 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 142 | 241 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.05 |
| HSL | 253.94º | 0.78% | 0.75% | - |
| HSV(B) | 253.94º | 0.41% | 0.95% | - |
| XYZ | 41.07 | 33.7 | 87.56 | - |
| YUV | 160.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 241 | 0.32 | 0.41 | 0 | 0.05 | 253.94 | 0.78 | 0.75 |
| Hex | A5 | 8E | F1 | 20 | 29 | 0 | 5 | FE | 4E | 4B |
| Octal | 245 | 216 | 361 | 40 | 51 | 0 | 5 | 376 | 116 | 113 |
| Binary | 10100101 | 10001110 | 11110001 | 100000 | 101001 | 0 | 101 | 11111110 | 1001110 | 1001011 |
Color Harmonies of #A58EF1
Complementary color
Monochromatic Colors of #A58EF1
Black with #A58EF1
Text Example
Text Example
White with #A58EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58EF1; }
p { color: rgb(165,142,241); }
H1.HeaderClassName
{
color: #A58EF1;
}
.AnyTagClassName
{
color: #A58EF1;
}
</style>
background-color css
<style>
a { background-color: #A58EF1; }
a { background-color: rgb(165,142,241); }
div.DivClassName
{
background-color: #A58EF1;
}
.BgClassName
{
background-color: #A58EF1;
}
</style>
border-color css
<style>
span { border-color: #A58EF1; }
span { border-color: rgb(165,142,241); }
td.TdClassName
{
border-color: #A58EF1;
}
.TagClassName
{
border-color: #A58EF1;
}
</style>