Shades of Biloba Flower #A78CDE
Tints of Biloba Flower #A78CDE
RGB
CMYK
RGB Variations
Color information
#A78CDE (or 0xA78CDE) is known color: Biloba Flower. HEX triplet: A7, 8C and DE. RGB value is (167,140,222). Sum of RGB (Red+Green+Blue) = 167+140+222=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #A78CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CDE is #587321. Grayscale: #9D9D9D. Windows color (decimal): -5796642 or 14584999. OLE color: 14584999.
HSL color Cylindrical-coordinate representation of color #A78CDE: hue angle of 259.76º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78CDE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 140 | 222 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.13 |
| HSL | 259.76º | 0.55% | 0.71% | - |
| HSV(B) | 259.76º | 0.37% | 0.87% | - |
| XYZ | 38.5 | 32.25 | 73.3 | - |
| YUV | 157.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 222 | 0.25 | 0.37 | 0 | 0.13 | 259.76 | 0.55 | 0.71 |
| Hex | A7 | 8C | DE | 19 | 25 | 0 | D | 104 | 37 | 47 |
| Octal | 247 | 214 | 336 | 31 | 45 | 0 | 15 | 404 | 67 | 107 |
| Binary | 10100111 | 10001100 | 11011110 | 11001 | 100101 | 0 | 1101 | 100000100 | 110111 | 1000111 |
Color Harmonies of #A78CDE
Complementary color
Monochromatic Colors of #A78CDE
Black with #A78CDE
Text Example
Text Example
White with #A78CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CDE; }
p { color: rgb(167,140,222); }
H1.HeaderClassName
{
color: #A78CDE;
}
.AnyTagClassName
{
color: #A78CDE;
}
</style>
background-color css
<style>
a { background-color: #A78CDE; }
a { background-color: rgb(167,140,222); }
div.DivClassName
{
background-color: #A78CDE;
}
.BgClassName
{
background-color: #A78CDE;
}
</style>
border-color css
<style>
span { border-color: #A78CDE; }
span { border-color: rgb(167,140,222); }
td.TdClassName
{
border-color: #A78CDE;
}
.TagClassName
{
border-color: #A78CDE;
}
</style>