Shades of Biloba Flower #A78EDB
Tints of Biloba Flower #A78EDB
RGB
CMYK
RGB Variations
Color information
#A78EDB (or 0xA78EDB) is known color: Biloba Flower. HEX triplet: A7, 8E and DB. RGB value is (167,142,219). Sum of RGB (Red+Green+Blue) = 167+142+219=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A78EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EDB is #587124. Grayscale: #9D9D9D. Windows color (decimal): -5796133 or 14388903. OLE color: 14388903.
HSL color Cylindrical-coordinate representation of color #A78EDB: hue angle of 259.48º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78EDB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 142 | 219 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.14 |
| HSL | 259.48º | 0.52% | 0.71% | - |
| HSV(B) | 259.48º | 0.35% | 0.86% | - |
| XYZ | 38.4 | 32.68 | 71.3 | - |
| YUV | 158.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 219 | 0.24 | 0.35 | 0 | 0.14 | 259.48 | 0.52 | 0.71 |
| Hex | A7 | 8E | DB | 18 | 23 | 0 | E | 103 | 34 | 47 |
| Octal | 247 | 216 | 333 | 30 | 43 | 0 | 16 | 403 | 64 | 107 |
| Binary | 10100111 | 10001110 | 11011011 | 11000 | 100011 | 0 | 1110 | 100000011 | 110100 | 1000111 |
Color Harmonies of #A78EDB
Complementary color
Monochromatic Colors of #A78EDB
Black with #A78EDB
Text Example
Text Example
White with #A78EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EDB; }
p { color: rgb(167,142,219); }
H1.HeaderClassName
{
color: #A78EDB;
}
.AnyTagClassName
{
color: #A78EDB;
}
</style>
background-color css
<style>
a { background-color: #A78EDB; }
a { background-color: rgb(167,142,219); }
div.DivClassName
{
background-color: #A78EDB;
}
.BgClassName
{
background-color: #A78EDB;
}
</style>
border-color css
<style>
span { border-color: #A78EDB; }
span { border-color: rgb(167,142,219); }
td.TdClassName
{
border-color: #A78EDB;
}
.TagClassName
{
border-color: #A78EDB;
}
</style>