Shades of Biloba Flower #A78ECD
Tints of Biloba Flower #A78ECD
RGB
CMYK
RGB Variations
Color information
#A78ECD (or 0xA78ECD) is known color: Biloba Flower. HEX triplet: A7, 8E and CD. RGB value is (167,142,205). Sum of RGB (Red+Green+Blue) = 167+142+205=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A78ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ECD is #587132. Grayscale: #9C9C9C. Windows color (decimal): -5796147 or 13471399. OLE color: 13471399.
HSL color Cylindrical-coordinate representation of color #A78ECD: hue angle of 263.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A78ECD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 142 | 205 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.20 |
| HSL | 263.81º | 0.39% | 0.68% | - |
| HSV(B) | 263.81º | 0.31% | 0.8% | - |
| XYZ | 36.63 | 31.97 | 62 | - |
| YUV | 156.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 205 | 0.19 | 0.31 | 0 | 0.20 | 263.81 | 0.39 | 0.68 |
| Hex | A7 | 8E | CD | 13 | 1F | 0 | 14 | 108 | 27 | 44 |
| Octal | 247 | 216 | 315 | 23 | 37 | 0 | 24 | 410 | 47 | 104 |
| Binary | 10100111 | 10001110 | 11001101 | 10011 | 11111 | 0 | 10100 | 100001000 | 100111 | 1000100 |
Color Harmonies of #A78ECD
Complementary color
Monochromatic Colors of #A78ECD
Black with #A78ECD
Text Example
Text Example
White with #A78ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78ECD; }
p { color: rgb(167,142,205); }
H1.HeaderClassName
{
color: #A78ECD;
}
.AnyTagClassName
{
color: #A78ECD;
}
</style>
background-color css
<style>
a { background-color: #A78ECD; }
a { background-color: rgb(167,142,205); }
div.DivClassName
{
background-color: #A78ECD;
}
.BgClassName
{
background-color: #A78ECD;
}
</style>
border-color css
<style>
span { border-color: #A78ECD; }
span { border-color: rgb(167,142,205); }
td.TdClassName
{
border-color: #A78ECD;
}
.TagClassName
{
border-color: #A78ECD;
}
</style>