Shades of Biloba Flower #A78EDC
Tints of Biloba Flower #A78EDC
RGB
CMYK
RGB Variations
Color information
#A78EDC (or 0xA78EDC) is known color: Biloba Flower. HEX triplet: A7, 8E and DC. RGB value is (167,142,220). Sum of RGB (Red+Green+Blue) = 167+142+220=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #A78EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EDC is #587123. Grayscale: #9E9E9E. Windows color (decimal): -5796132 or 14454439. OLE color: 14454439.
HSL color Cylindrical-coordinate representation of color #A78EDC: hue angle of 259.23º degrees, saturation: 0.53, 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 #A78EDC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 142 | 220 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.14 |
| HSL | 259.23º | 0.53% | 0.71% | - |
| HSV(B) | 259.23º | 0.35% | 0.86% | - |
| XYZ | 38.53 | 32.73 | 72 | - |
| YUV | 158.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 220 | 0.24 | 0.35 | 0 | 0.14 | 259.23 | 0.53 | 0.71 |
| Hex | A7 | 8E | DC | 18 | 23 | 0 | E | 103 | 35 | 47 |
| Octal | 247 | 216 | 334 | 30 | 43 | 0 | 16 | 403 | 65 | 107 |
| Binary | 10100111 | 10001110 | 11011100 | 11000 | 100011 | 0 | 1110 | 100000011 | 110101 | 1000111 |
Color Harmonies of #A78EDC
Complementary color
Monochromatic Colors of #A78EDC
Black with #A78EDC
Text Example
Text Example
White with #A78EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78EDC; }
p { color: rgb(167,142,220); }
H1.HeaderClassName
{
color: #A78EDC;
}
.AnyTagClassName
{
color: #A78EDC;
}
</style>
background-color css
<style>
a { background-color: #A78EDC; }
a { background-color: rgb(167,142,220); }
div.DivClassName
{
background-color: #A78EDC;
}
.BgClassName
{
background-color: #A78EDC;
}
</style>
border-color css
<style>
span { border-color: #A78EDC; }
span { border-color: rgb(167,142,220); }
td.TdClassName
{
border-color: #A78EDC;
}
.TagClassName
{
border-color: #A78EDC;
}
</style>