Shades of Biloba Flower #A78DCF
Tints of Biloba Flower #A78DCF
RGB
CMYK
RGB Variations
Color information
#A78DCF (or 0xA78DCF) is known color: Biloba Flower. HEX triplet: A7, 8D and CF. RGB value is (167,141,207). Sum of RGB (Red+Green+Blue) = 167+141+207=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DCF is #587230. Grayscale: #9C9C9C. Windows color (decimal): -5796401 or 13602215. OLE color: 13602215.
HSL color Cylindrical-coordinate representation of color #A78DCF: hue angle of 263.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A78DCF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 141 | 207 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.19 |
| HSL | 263.64º | 0.41% | 0.68% | - |
| HSV(B) | 263.64º | 0.32% | 0.81% | - |
| XYZ | 36.72 | 31.77 | 63.23 | - |
| YUV | 156.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 207 | 0.19 | 0.32 | 0 | 0.19 | 263.64 | 0.41 | 0.68 |
| Hex | A7 | 8D | CF | 13 | 20 | 0 | 13 | 108 | 29 | 44 |
| Octal | 247 | 215 | 317 | 23 | 40 | 0 | 23 | 410 | 51 | 104 |
| Binary | 10100111 | 10001101 | 11001111 | 10011 | 100000 | 0 | 10011 | 100001000 | 101001 | 1000100 |
Color Harmonies of #A78DCF
Complementary color
Monochromatic Colors of #A78DCF
Black with #A78DCF
Text Example
Text Example
White with #A78DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DCF; }
p { color: rgb(167,141,207); }
H1.HeaderClassName
{
color: #A78DCF;
}
.AnyTagClassName
{
color: #A78DCF;
}
</style>
background-color css
<style>
a { background-color: #A78DCF; }
a { background-color: rgb(167,141,207); }
div.DivClassName
{
background-color: #A78DCF;
}
.BgClassName
{
background-color: #A78DCF;
}
</style>
border-color css
<style>
span { border-color: #A78DCF; }
span { border-color: rgb(167,141,207); }
td.TdClassName
{
border-color: #A78DCF;
}
.TagClassName
{
border-color: #A78DCF;
}
</style>