Shades of Biloba Flower #A786ED
Tints of Biloba Flower #A786ED
RGB
CMYK
RGB Variations
Color information
#A786ED (or 0xA786ED) is known color: Biloba Flower. HEX triplet: A7, 86 and ED. RGB value is (167,134,237). Sum of RGB (Red+Green+Blue) = 167+134+237=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #A786ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786ED is #587912. Grayscale: #9B9B9B. Windows color (decimal): -5798163 or 15566503. OLE color: 15566503.
HSL color Cylindrical-coordinate representation of color #A786ED: hue angle of 259.22º degrees, saturation: 0.74, 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 #A786ED is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 134 | 237 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.07 |
| HSL | 259.22º | 0.74% | 0.73% | - |
| HSV(B) | 259.22º | 0.43% | 0.93% | - |
| XYZ | 39.75 | 31.38 | 84.08 | - |
| YUV | 155.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 237 | 0.30 | 0.43 | 0 | 0.07 | 259.22 | 0.74 | 0.73 |
| Hex | A7 | 86 | ED | 1E | 2B | 0 | 7 | 103 | 4A | 49 |
| Octal | 247 | 206 | 355 | 36 | 53 | 0 | 7 | 403 | 112 | 111 |
| Binary | 10100111 | 10000110 | 11101101 | 11110 | 101011 | 0 | 111 | 100000011 | 1001010 | 1001001 |
Color Harmonies of #A786ED
Complementary color
Monochromatic Colors of #A786ED
Black with #A786ED
Text Example
Text Example
White with #A786ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A786ED; }
p { color: rgb(167,134,237); }
H1.HeaderClassName
{
color: #A786ED;
}
.AnyTagClassName
{
color: #A786ED;
}
</style>
background-color css
<style>
a { background-color: #A786ED; }
a { background-color: rgb(167,134,237); }
div.DivClassName
{
background-color: #A786ED;
}
.BgClassName
{
background-color: #A786ED;
}
</style>
border-color css
<style>
span { border-color: #A786ED; }
span { border-color: rgb(167,134,237); }
td.TdClassName
{
border-color: #A786ED;
}
.TagClassName
{
border-color: #A786ED;
}
</style>