Shades of Biloba Flower #A78EE9
Tints of Biloba Flower #A78EE9
RGB
CMYK
RGB Variations
Color information
#A78EE9 (or 0xA78EE9) is known color: Biloba Flower. HEX triplet: A7, 8E and E9. RGB value is (167,142,233). Sum of RGB (Red+Green+Blue) = 167+142+233=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #A78EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78EE9 is #587116. Grayscale: #9F9F9F. Windows color (decimal): -5796119 or 15306407. OLE color: 15306407.
HSL color Cylindrical-coordinate representation of color #A78EE9: hue angle of 256.48º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A78EE9 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 142 | 233 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.09 |
| HSL | 256.48º | 0.67% | 0.74% | - |
| HSV(B) | 256.48º | 0.39% | 0.91% | - |
| XYZ | 40.32 | 33.44 | 81.42 | - |
| YUV | 159.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 233 | 0.28 | 0.39 | 0 | 0.09 | 256.48 | 0.67 | 0.74 |
| Hex | A7 | 8E | E9 | 1C | 27 | 0 | 9 | 100 | 43 | 4A |
| Octal | 247 | 216 | 351 | 34 | 47 | 0 | 11 | 400 | 103 | 112 |
| Binary | 10100111 | 10001110 | 11101001 | 11100 | 100111 | 0 | 1001 | 100000000 | 1000011 | 1001010 |
Color Harmonies of #A78EE9
Complementary color
Monochromatic Colors of #A78EE9
Black with #A78EE9
Text Example
Text Example
White with #A78EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EE9; }
p { color: rgb(167,142,233); }
H1.HeaderClassName
{
color: #A78EE9;
}
.AnyTagClassName
{
color: #A78EE9;
}
</style>
background-color css
<style>
a { background-color: #A78EE9; }
a { background-color: rgb(167,142,233); }
div.DivClassName
{
background-color: #A78EE9;
}
.BgClassName
{
background-color: #A78EE9;
}
</style>
border-color css
<style>
span { border-color: #A78EE9; }
span { border-color: rgb(167,142,233); }
td.TdClassName
{
border-color: #A78EE9;
}
.TagClassName
{
border-color: #A78EE9;
}
</style>