Shades of Biloba Flower #A78EF2
Tints of Biloba Flower #A78EF2
RGB
CMYK
RGB Variations
Color information
#A78EF2 (or 0xA78EF2) is known color: Biloba Flower. HEX triplet: A7, 8E and F2. RGB value is (167,142,242). Sum of RGB (Red+Green+Blue) = 167+142+242=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #A78EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78EF2 is #58710D. Grayscale: #A0A0A0. Windows color (decimal): -5796110 or 15896231. OLE color: 15896231.
HSL color Cylindrical-coordinate representation of color #A78EF2: hue angle of 255º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78EF2 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 142 | 242 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.05 |
| HSL | 255º | 0.79% | 0.75% | - |
| HSV(B) | 255º | 0.41% | 0.95% | - |
| XYZ | 41.64 | 33.97 | 88.37 | - |
| YUV | 160.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 242 | 0.31 | 0.41 | 0 | 0.05 | 255 | 0.79 | 0.75 |
| Hex | A7 | 8E | F2 | 1F | 29 | 0 | 5 | FF | 4F | 4B |
| Octal | 247 | 216 | 362 | 37 | 51 | 0 | 5 | 377 | 117 | 113 |
| Binary | 10100111 | 10001110 | 11110010 | 11111 | 101001 | 0 | 101 | 11111111 | 1001111 | 1001011 |
Color Harmonies of #A78EF2
Complementary color
Monochromatic Colors of #A78EF2
Black with #A78EF2
Text Example
Text Example
White with #A78EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EF2; }
p { color: rgb(167,142,242); }
H1.HeaderClassName
{
color: #A78EF2;
}
.AnyTagClassName
{
color: #A78EF2;
}
</style>
background-color css
<style>
a { background-color: #A78EF2; }
a { background-color: rgb(167,142,242); }
div.DivClassName
{
background-color: #A78EF2;
}
.BgClassName
{
background-color: #A78EF2;
}
</style>
border-color css
<style>
span { border-color: #A78EF2; }
span { border-color: rgb(167,142,242); }
td.TdClassName
{
border-color: #A78EF2;
}
.TagClassName
{
border-color: #A78EF2;
}
</style>