Shades of Biloba Flower #A78EE3
Tints of Biloba Flower #A78EE3
RGB
CMYK
RGB Variations
Color information
#A78EE3 (or 0xA78EE3) is known color: Biloba Flower. HEX triplet: A7, 8E and E3. RGB value is (167,142,227). Sum of RGB (Red+Green+Blue) = 167+142+227=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #A78EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EE3 is #58711C. Grayscale: #9E9E9E. Windows color (decimal): -5796125 or 14913191. OLE color: 14913191.
HSL color Cylindrical-coordinate representation of color #A78EE3: hue angle of 257.65º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78EE3 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 142 | 227 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.11 |
| HSL | 257.65º | 0.6% | 0.72% | - |
| HSV(B) | 257.65º | 0.37% | 0.89% | - |
| XYZ | 39.47 | 33.11 | 76.98 | - |
| YUV | 159.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 227 | 0.26 | 0.37 | 0 | 0.11 | 257.65 | 0.6 | 0.72 |
| Hex | A7 | 8E | E3 | 1A | 25 | 0 | B | 102 | 3C | 48 |
| Octal | 247 | 216 | 343 | 32 | 45 | 0 | 13 | 402 | 74 | 110 |
| Binary | 10100111 | 10001110 | 11100011 | 11010 | 100101 | 0 | 1011 | 100000010 | 111100 | 1001000 |
Color Harmonies of #A78EE3
Complementary color
Monochromatic Colors of #A78EE3
Black with #A78EE3
Text Example
Text Example
White with #A78EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EE3; }
p { color: rgb(167,142,227); }
H1.HeaderClassName
{
color: #A78EE3;
}
.AnyTagClassName
{
color: #A78EE3;
}
</style>
background-color css
<style>
a { background-color: #A78EE3; }
a { background-color: rgb(167,142,227); }
div.DivClassName
{
background-color: #A78EE3;
}
.BgClassName
{
background-color: #A78EE3;
}
</style>
border-color css
<style>
span { border-color: #A78EE3; }
span { border-color: rgb(167,142,227); }
td.TdClassName
{
border-color: #A78EE3;
}
.TagClassName
{
border-color: #A78EE3;
}
</style>