Shades of Biloba Flower #A78DEC
Tints of Biloba Flower #A78DEC
RGB
CMYK
RGB Variations
Color information
#A78DEC (or 0xA78DEC) is known color: Biloba Flower. HEX triplet: A7, 8D and EC. RGB value is (167,141,236). Sum of RGB (Red+Green+Blue) = 167+141+236=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #A78DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DEC is #587213. Grayscale: #9F9F9F. Windows color (decimal): -5796372 or 15502759. OLE color: 15502759.
HSL color Cylindrical-coordinate representation of color #A78DEC: hue angle of 256.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78DEC is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 141 | 236 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.07 |
| HSL | 256.42º | 0.71% | 0.74% | - |
| HSV(B) | 256.42º | 0.4% | 0.93% | - |
| XYZ | 40.6 | 33.32 | 83.65 | - |
| YUV | 159.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 236 | 0.29 | 0.40 | 0 | 0.07 | 256.42 | 0.71 | 0.74 |
| Hex | A7 | 8D | EC | 1D | 28 | 0 | 7 | 100 | 47 | 4A |
| Octal | 247 | 215 | 354 | 35 | 50 | 0 | 7 | 400 | 107 | 112 |
| Binary | 10100111 | 10001101 | 11101100 | 11101 | 101000 | 0 | 111 | 100000000 | 1000111 | 1001010 |
Color Harmonies of #A78DEC
Complementary color
Monochromatic Colors of #A78DEC
Black with #A78DEC
Text Example
Text Example
White with #A78DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DEC; }
p { color: rgb(167,141,236); }
H1.HeaderClassName
{
color: #A78DEC;
}
.AnyTagClassName
{
color: #A78DEC;
}
</style>
background-color css
<style>
a { background-color: #A78DEC; }
a { background-color: rgb(167,141,236); }
div.DivClassName
{
background-color: #A78DEC;
}
.BgClassName
{
background-color: #A78DEC;
}
</style>
border-color css
<style>
span { border-color: #A78DEC; }
span { border-color: rgb(167,141,236); }
td.TdClassName
{
border-color: #A78DEC;
}
.TagClassName
{
border-color: #A78DEC;
}
</style>