Shades of Biloba Flower #A78BF2
Tints of Biloba Flower #A78BF2
RGB
CMYK
RGB Variations
Color information
#A78BF2 (or 0xA78BF2) is known color: Biloba Flower. HEX triplet: A7, 8B and F2. RGB value is (167,139,242). Sum of RGB (Red+Green+Blue) = 167+139+242=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #A78BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BF2 is #58740D. Grayscale: #9E9E9E. Windows color (decimal): -5796878 or 15895463. OLE color: 15895463.
HSL color Cylindrical-coordinate representation of color #A78BF2: hue angle of 256.31º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A78BF2 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 139 | 242 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.05 |
| HSL | 256.31º | 0.8% | 0.75% | - |
| HSV(B) | 256.31º | 0.43% | 0.95% | - |
| XYZ | 41.2 | 33.09 | 88.22 | - |
| YUV | 159.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 242 | 0.31 | 0.43 | 0 | 0.05 | 256.31 | 0.8 | 0.75 |
| Hex | A7 | 8B | F2 | 1F | 2B | 0 | 5 | 100 | 50 | 4B |
| Octal | 247 | 213 | 362 | 37 | 53 | 0 | 5 | 400 | 120 | 113 |
| Binary | 10100111 | 10001011 | 11110010 | 11111 | 101011 | 0 | 101 | 100000000 | 1010000 | 1001011 |
Color Harmonies of #A78BF2
Complementary color
Monochromatic Colors of #A78BF2
Black with #A78BF2
Text Example
Text Example
White with #A78BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BF2; }
p { color: rgb(167,139,242); }
H1.HeaderClassName
{
color: #A78BF2;
}
.AnyTagClassName
{
color: #A78BF2;
}
</style>
background-color css
<style>
a { background-color: #A78BF2; }
a { background-color: rgb(167,139,242); }
div.DivClassName
{
background-color: #A78BF2;
}
.BgClassName
{
background-color: #A78BF2;
}
</style>
border-color css
<style>
span { border-color: #A78BF2; }
span { border-color: rgb(167,139,242); }
td.TdClassName
{
border-color: #A78BF2;
}
.TagClassName
{
border-color: #A78BF2;
}
</style>