Shades of Biloba Flower #A786EC
Tints of Biloba Flower #A786EC
RGB
CMYK
RGB Variations
Color information
#A786EC (or 0xA786EC) is known color: Biloba Flower. HEX triplet: A7, 86 and EC. RGB value is (167,134,236). Sum of RGB (Red+Green+Blue) = 167+134+236=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #A786EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786EC is #587913. Grayscale: #9B9B9B. Windows color (decimal): -5798164 or 15500967. OLE color: 15500967.
HSL color Cylindrical-coordinate representation of color #A786EC: hue angle of 259.41º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A786EC is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 134 | 236 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.07 |
| HSL | 259.41º | 0.73% | 0.73% | - |
| HSV(B) | 259.41º | 0.43% | 0.93% | - |
| XYZ | 39.6 | 31.32 | 83.32 | - |
| YUV | 155.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 236 | 0.29 | 0.43 | 0 | 0.07 | 259.41 | 0.73 | 0.73 |
| Hex | A7 | 86 | EC | 1D | 2B | 0 | 7 | 103 | 49 | 49 |
| Octal | 247 | 206 | 354 | 35 | 53 | 0 | 7 | 403 | 111 | 111 |
| Binary | 10100111 | 10000110 | 11101100 | 11101 | 101011 | 0 | 111 | 100000011 | 1001001 | 1001001 |
Color Harmonies of #A786EC
Complementary color
Monochromatic Colors of #A786EC
Black with #A786EC
Text Example
Text Example
White with #A786EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A786EC; }
p { color: rgb(167,134,236); }
H1.HeaderClassName
{
color: #A786EC;
}
.AnyTagClassName
{
color: #A786EC;
}
</style>
background-color css
<style>
a { background-color: #A786EC; }
a { background-color: rgb(167,134,236); }
div.DivClassName
{
background-color: #A786EC;
}
.BgClassName
{
background-color: #A786EC;
}
</style>
border-color css
<style>
span { border-color: #A786EC; }
span { border-color: rgb(167,134,236); }
td.TdClassName
{
border-color: #A786EC;
}
.TagClassName
{
border-color: #A786EC;
}
</style>