Shades of Biloba Flower #A78DF2
Tints of Biloba Flower #A78DF2
RGB
CMYK
RGB Variations
Color information
#A78DF2 (or 0xA78DF2) is known color: Biloba Flower. HEX triplet: A7, 8D and F2. RGB value is (167,141,242). Sum of RGB (Red+Green+Blue) = 167+141+242=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #A78DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DF2 is #58720D. Grayscale: #9F9F9F. Windows color (decimal): -5796366 or 15895975. OLE color: 15895975.
HSL color Cylindrical-coordinate representation of color #A78DF2: hue angle of 255.45º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78DF2 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 141 | 242 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.05 |
| HSL | 255.45º | 0.8% | 0.75% | - |
| HSV(B) | 255.45º | 0.42% | 0.95% | - |
| XYZ | 41.49 | 33.68 | 88.32 | - |
| YUV | 160.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 242 | 0.31 | 0.42 | 0 | 0.05 | 255.45 | 0.8 | 0.75 |
| Hex | A7 | 8D | F2 | 1F | 2A | 0 | 5 | FF | 50 | 4B |
| Octal | 247 | 215 | 362 | 37 | 52 | 0 | 5 | 377 | 120 | 113 |
| Binary | 10100111 | 10001101 | 11110010 | 11111 | 101010 | 0 | 101 | 11111111 | 1010000 | 1001011 |
Color Harmonies of #A78DF2
Complementary color
Monochromatic Colors of #A78DF2
Black with #A78DF2
Text Example
Text Example
White with #A78DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DF2; }
p { color: rgb(167,141,242); }
H1.HeaderClassName
{
color: #A78DF2;
}
.AnyTagClassName
{
color: #A78DF2;
}
</style>
background-color css
<style>
a { background-color: #A78DF2; }
a { background-color: rgb(167,141,242); }
div.DivClassName
{
background-color: #A78DF2;
}
.BgClassName
{
background-color: #A78DF2;
}
</style>
border-color css
<style>
span { border-color: #A78DF2; }
span { border-color: rgb(167,141,242); }
td.TdClassName
{
border-color: #A78DF2;
}
.TagClassName
{
border-color: #A78DF2;
}
</style>