Shades of Biloba Flower #A786EF
Tints of Biloba Flower #A786EF
RGB
CMYK
RGB Variations
Color information
#A786EF (or 0xA786EF) is known color: Biloba Flower. HEX triplet: A7, 86 and EF. RGB value is (167,134,239). Sum of RGB (Red+Green+Blue) = 167+134+239=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #A786EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786EF is #587910. Grayscale: #9B9B9B. Windows color (decimal): -5798161 or 15697575. OLE color: 15697575.
HSL color Cylindrical-coordinate representation of color #A786EF: hue angle of 258.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A786EF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 134 | 239 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.06 |
| HSL | 258.86º | 0.77% | 0.73% | - |
| HSV(B) | 258.86º | 0.44% | 0.94% | - |
| XYZ | 40.04 | 31.5 | 85.63 | - |
| YUV | 155.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 239 | 0.30 | 0.44 | 0 | 0.06 | 258.86 | 0.77 | 0.73 |
| Hex | A7 | 86 | EF | 1E | 2C | 0 | 6 | 103 | 4D | 49 |
| Octal | 247 | 206 | 357 | 36 | 54 | 0 | 6 | 403 | 115 | 111 |
| Binary | 10100111 | 10000110 | 11101111 | 11110 | 101100 | 0 | 110 | 100000011 | 1001101 | 1001001 |
Color Harmonies of #A786EF
Complementary color
Monochromatic Colors of #A786EF
Black with #A786EF
Text Example
Text Example
White with #A786EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A786EF; }
p { color: rgb(167,134,239); }
H1.HeaderClassName
{
color: #A786EF;
}
.AnyTagClassName
{
color: #A786EF;
}
</style>
background-color css
<style>
a { background-color: #A786EF; }
a { background-color: rgb(167,134,239); }
div.DivClassName
{
background-color: #A786EF;
}
.BgClassName
{
background-color: #A786EF;
}
</style>
border-color css
<style>
span { border-color: #A786EF; }
span { border-color: rgb(167,134,239); }
td.TdClassName
{
border-color: #A786EF;
}
.TagClassName
{
border-color: #A786EF;
}
</style>