Shades of Biloba Flower #A78DDF
Tints of Biloba Flower #A78DDF
RGB
CMYK
RGB Variations
Color information
#A78DDF (or 0xA78DDF) is known color: Biloba Flower. HEX triplet: A7, 8D and DF. RGB value is (167,141,223). Sum of RGB (Red+Green+Blue) = 167+141+223=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A78DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DDF is #587220. Grayscale: #9D9D9D. Windows color (decimal): -5796385 or 14650791. OLE color: 14650791.
HSL color Cylindrical-coordinate representation of color #A78DDF: hue angle of 259.02º degrees, saturation: 0.56, 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 #A78DDF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 141 | 223 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.13 |
| HSL | 259.02º | 0.56% | 0.71% | - |
| HSV(B) | 259.02º | 0.37% | 0.87% | - |
| XYZ | 38.78 | 32.59 | 74.06 | - |
| YUV | 158.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 223 | 0.25 | 0.37 | 0 | 0.13 | 259.02 | 0.56 | 0.71 |
| Hex | A7 | 8D | DF | 19 | 25 | 0 | D | 103 | 38 | 47 |
| Octal | 247 | 215 | 337 | 31 | 45 | 0 | 15 | 403 | 70 | 107 |
| Binary | 10100111 | 10001101 | 11011111 | 11001 | 100101 | 0 | 1101 | 100000011 | 111000 | 1000111 |
Color Harmonies of #A78DDF
Complementary color
Monochromatic Colors of #A78DDF
Black with #A78DDF
Text Example
Text Example
White with #A78DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DDF; }
p { color: rgb(167,141,223); }
H1.HeaderClassName
{
color: #A78DDF;
}
.AnyTagClassName
{
color: #A78DDF;
}
</style>
background-color css
<style>
a { background-color: #A78DDF; }
a { background-color: rgb(167,141,223); }
div.DivClassName
{
background-color: #A78DDF;
}
.BgClassName
{
background-color: #A78DDF;
}
</style>
border-color css
<style>
span { border-color: #A78DDF; }
span { border-color: rgb(167,141,223); }
td.TdClassName
{
border-color: #A78DDF;
}
.TagClassName
{
border-color: #A78DDF;
}
</style>