Shades of Biloba Flower #A78DFC
Tints of Biloba Flower #A78DFC
RGB
CMYK
RGB Variations
Color information
#A78DFC (or 0xA78DFC) is known color: Biloba Flower. HEX triplet: A7, 8D and FC. RGB value is (167,141,252). Sum of RGB (Red+Green+Blue) = 167+141+252=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #A78DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DFC is #587203. Grayscale: #A1A1A1. Windows color (decimal): -5796356 or 16551335. OLE color: 16551335.
HSL color Cylindrical-coordinate representation of color #A78DFC: hue angle of 254.05º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A78DFC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 141 | 252 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.01 |
| HSL | 254.05º | 0.95% | 0.77% | - |
| HSV(B) | 254.05º | 0.44% | 0.99% | - |
| XYZ | 43.03 | 34.29 | 96.45 | - |
| YUV | 161.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 252 | 0.34 | 0.44 | 0 | 0.01 | 254.05 | 0.95 | 0.77 |
| Hex | A7 | 8D | FC | 22 | 2C | 0 | 1 | FE | 5F | 4D |
| Octal | 247 | 215 | 374 | 42 | 54 | 0 | 1 | 376 | 137 | 115 |
| Binary | 10100111 | 10001101 | 11111100 | 100010 | 101100 | 0 | 1 | 11111110 | 1011111 | 1001101 |
Color Harmonies of #A78DFC
Complementary color
Monochromatic Colors of #A78DFC
Black with #A78DFC
Text Example
Text Example
White with #A78DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DFC; }
p { color: rgb(167,141,252); }
H1.HeaderClassName
{
color: #A78DFC;
}
.AnyTagClassName
{
color: #A78DFC;
}
</style>
background-color css
<style>
a { background-color: #A78DFC; }
a { background-color: rgb(167,141,252); }
div.DivClassName
{
background-color: #A78DFC;
}
.BgClassName
{
background-color: #A78DFC;
}
</style>
border-color css
<style>
span { border-color: #A78DFC; }
span { border-color: rgb(167,141,252); }
td.TdClassName
{
border-color: #A78DFC;
}
.TagClassName
{
border-color: #A78DFC;
}
</style>