Shades of Biloba Flower #A78EF5
Tints of Biloba Flower #A78EF5
RGB
CMYK
RGB Variations
Color information
#A78EF5 (or 0xA78EF5) is known color: Biloba Flower. HEX triplet: A7, 8E and F5. RGB value is (167,142,245). Sum of RGB (Red+Green+Blue) = 167+142+245=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #A78EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78EF5 is #58710A. Grayscale: #A0A0A0. Windows color (decimal): -5796107 or 16092839. OLE color: 16092839.
HSL color Cylindrical-coordinate representation of color #A78EF5: hue angle of 254.56º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78EF5 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 142 | 245 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.04 |
| HSL | 254.56º | 0.84% | 0.76% | - |
| HSV(B) | 254.56º | 0.42% | 0.96% | - |
| XYZ | 42.09 | 34.15 | 90.76 | - |
| YUV | 161.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 245 | 0.32 | 0.42 | 0 | 0.04 | 254.56 | 0.84 | 0.76 |
| Hex | A7 | 8E | F5 | 20 | 2A | 0 | 4 | FF | 54 | 4C |
| Octal | 247 | 216 | 365 | 40 | 52 | 0 | 4 | 377 | 124 | 114 |
| Binary | 10100111 | 10001110 | 11110101 | 100000 | 101010 | 0 | 100 | 11111111 | 1010100 | 1001100 |
Color Harmonies of #A78EF5
Complementary color
Monochromatic Colors of #A78EF5
Black with #A78EF5
Text Example
Text Example
White with #A78EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EF5; }
p { color: rgb(167,142,245); }
H1.HeaderClassName
{
color: #A78EF5;
}
.AnyTagClassName
{
color: #A78EF5;
}
</style>
background-color css
<style>
a { background-color: #A78EF5; }
a { background-color: rgb(167,142,245); }
div.DivClassName
{
background-color: #A78EF5;
}
.BgClassName
{
background-color: #A78EF5;
}
</style>
border-color css
<style>
span { border-color: #A78EF5; }
span { border-color: rgb(167,142,245); }
td.TdClassName
{
border-color: #A78EF5;
}
.TagClassName
{
border-color: #A78EF5;
}
</style>