Shades of Biloba Flower #A78DE4
Tints of Biloba Flower #A78DE4
RGB
CMYK
RGB Variations
Color information
#A78DE4 (or 0xA78DE4) is known color: Biloba Flower. HEX triplet: A7, 8D and E4. RGB value is (167,141,228). Sum of RGB (Red+Green+Blue) = 167+141+228=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #A78DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DE4 is #58721B. Grayscale: #9E9E9E. Windows color (decimal): -5796380 or 14978471. OLE color: 14978471.
HSL color Cylindrical-coordinate representation of color #A78DE4: hue angle of 257.93º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A78DE4 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 141 | 228 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.11 |
| HSL | 257.93º | 0.62% | 0.72% | - |
| HSV(B) | 257.93º | 0.38% | 0.89% | - |
| XYZ | 39.46 | 32.87 | 77.66 | - |
| YUV | 158.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 228 | 0.27 | 0.38 | 0 | 0.11 | 257.93 | 0.62 | 0.72 |
| Hex | A7 | 8D | E4 | 1B | 26 | 0 | B | 102 | 3E | 48 |
| Octal | 247 | 215 | 344 | 33 | 46 | 0 | 13 | 402 | 76 | 110 |
| Binary | 10100111 | 10001101 | 11100100 | 11011 | 100110 | 0 | 1011 | 100000010 | 111110 | 1001000 |
Color Harmonies of #A78DE4
Complementary color
Monochromatic Colors of #A78DE4
Black with #A78DE4
Text Example
Text Example
White with #A78DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DE4; }
p { color: rgb(167,141,228); }
H1.HeaderClassName
{
color: #A78DE4;
}
.AnyTagClassName
{
color: #A78DE4;
}
</style>
background-color css
<style>
a { background-color: #A78DE4; }
a { background-color: rgb(167,141,228); }
div.DivClassName
{
background-color: #A78DE4;
}
.BgClassName
{
background-color: #A78DE4;
}
</style>
border-color css
<style>
span { border-color: #A78DE4; }
span { border-color: rgb(167,141,228); }
td.TdClassName
{
border-color: #A78DE4;
}
.TagClassName
{
border-color: #A78DE4;
}
</style>