Shades of Biloba Flower #A78BE1
Tints of Biloba Flower #A78BE1
RGB
CMYK
RGB Variations
Color information
#A78BE1 (or 0xA78BE1) is known color: Biloba Flower. HEX triplet: A7, 8B and E1. RGB value is (167,139,225). Sum of RGB (Red+Green+Blue) = 167+139+225=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #A78BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BE1 is #58741E. Grayscale: #9C9C9C. Windows color (decimal): -5796895 or 14781351. OLE color: 14781351.
HSL color Cylindrical-coordinate representation of color #A78BE1: hue angle of 259.53º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A78BE1 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 139 | 225 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.12 |
| HSL | 259.53º | 0.59% | 0.71% | - |
| HSV(B) | 259.53º | 0.38% | 0.88% | - |
| XYZ | 38.76 | 32.12 | 75.39 | - |
| YUV | 157.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 225 | 0.26 | 0.38 | 0 | 0.12 | 259.53 | 0.59 | 0.71 |
| Hex | A7 | 8B | E1 | 1A | 26 | 0 | C | 104 | 3B | 47 |
| Octal | 247 | 213 | 341 | 32 | 46 | 0 | 14 | 404 | 73 | 107 |
| Binary | 10100111 | 10001011 | 11100001 | 11010 | 100110 | 0 | 1100 | 100000100 | 111011 | 1000111 |
Color Harmonies of #A78BE1
Complementary color
Monochromatic Colors of #A78BE1
Black with #A78BE1
Text Example
Text Example
White with #A78BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BE1; }
p { color: rgb(167,139,225); }
H1.HeaderClassName
{
color: #A78BE1;
}
.AnyTagClassName
{
color: #A78BE1;
}
</style>
background-color css
<style>
a { background-color: #A78BE1; }
a { background-color: rgb(167,139,225); }
div.DivClassName
{
background-color: #A78BE1;
}
.BgClassName
{
background-color: #A78BE1;
}
</style>
border-color css
<style>
span { border-color: #A78BE1; }
span { border-color: rgb(167,139,225); }
td.TdClassName
{
border-color: #A78BE1;
}
.TagClassName
{
border-color: #A78BE1;
}
</style>