Shades of Biloba Flower #A58CF8
Tints of Biloba Flower #A58CF8
RGB
CMYK
RGB Variations
Color information
#A58CF8 (or 0xA58CF8) is known color: Biloba Flower. HEX triplet: A5, 8C and F8. RGB value is (165,140,248). Sum of RGB (Red+Green+Blue) = 165+140+248=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #A58CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CF8 is #5A7307. Grayscale: #9F9F9F. Windows color (decimal): -5927688 or 16288933. OLE color: 16288933.
HSL color Cylindrical-coordinate representation of color #A58CF8: hue angle of 253.89º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A58CF8 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 140 | 248 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.03 |
| HSL | 253.89º | 0.89% | 0.76% | - |
| HSV(B) | 253.89º | 0.44% | 0.97% | - |
| XYZ | 41.84 | 33.53 | 93.07 | - |
| YUV | 159.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 248 | 0.33 | 0.44 | 0 | 0.03 | 253.89 | 0.89 | 0.76 |
| Hex | A5 | 8C | F8 | 21 | 2C | 0 | 3 | FE | 59 | 4C |
| Octal | 245 | 214 | 370 | 41 | 54 | 0 | 3 | 376 | 131 | 114 |
| Binary | 10100101 | 10001100 | 11111000 | 100001 | 101100 | 0 | 11 | 11111110 | 1011001 | 1001100 |
Color Harmonies of #A58CF8
Complementary color
Monochromatic Colors of #A58CF8
Black with #A58CF8
Text Example
Text Example
White with #A58CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CF8; }
p { color: rgb(165,140,248); }
H1.HeaderClassName
{
color: #A58CF8;
}
.AnyTagClassName
{
color: #A58CF8;
}
</style>
background-color css
<style>
a { background-color: #A58CF8; }
a { background-color: rgb(165,140,248); }
div.DivClassName
{
background-color: #A58CF8;
}
.BgClassName
{
background-color: #A58CF8;
}
</style>
border-color css
<style>
span { border-color: #A58CF8; }
span { border-color: rgb(165,140,248); }
td.TdClassName
{
border-color: #A58CF8;
}
.TagClassName
{
border-color: #A58CF8;
}
</style>