Shades of Biloba Flower #A78DF5
Tints of Biloba Flower #A78DF5
RGB
CMYK
RGB Variations
Color information
#A78DF5 (or 0xA78DF5) is known color: Biloba Flower. HEX triplet: A7, 8D and F5. RGB value is (167,141,245). Sum of RGB (Red+Green+Blue) = 167+141+245=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #A78DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DF5 is #58720A. Grayscale: #A0A0A0. Windows color (decimal): -5796363 or 16092583. OLE color: 16092583.
HSL color Cylindrical-coordinate representation of color #A78DF5: hue angle of 255º 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 #A78DF5 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 141 | 245 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.04 |
| HSL | 255º | 0.84% | 0.76% | - |
| HSV(B) | 255º | 0.42% | 0.96% | - |
| XYZ | 41.94 | 33.86 | 90.71 | - |
| YUV | 160.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 245 | 0.32 | 0.42 | 0 | 0.04 | 255 | 0.84 | 0.76 |
| Hex | A7 | 8D | F5 | 20 | 2A | 0 | 4 | FF | 54 | 4C |
| Octal | 247 | 215 | 365 | 40 | 52 | 0 | 4 | 377 | 124 | 114 |
| Binary | 10100111 | 10001101 | 11110101 | 100000 | 101010 | 0 | 100 | 11111111 | 1010100 | 1001100 |
Color Harmonies of #A78DF5
Complementary color
Monochromatic Colors of #A78DF5
Black with #A78DF5
Text Example
Text Example
White with #A78DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DF5; }
p { color: rgb(167,141,245); }
H1.HeaderClassName
{
color: #A78DF5;
}
.AnyTagClassName
{
color: #A78DF5;
}
</style>
background-color css
<style>
a { background-color: #A78DF5; }
a { background-color: rgb(167,141,245); }
div.DivClassName
{
background-color: #A78DF5;
}
.BgClassName
{
background-color: #A78DF5;
}
</style>
border-color css
<style>
span { border-color: #A78DF5; }
span { border-color: rgb(167,141,245); }
td.TdClassName
{
border-color: #A78DF5;
}
.TagClassName
{
border-color: #A78DF5;
}
</style>