Shades of Biloba Flower #A686E8
Tints of Biloba Flower #A686E8
RGB
CMYK
RGB Variations
Color information
#A686E8 (or 0xA686E8) is known color: Biloba Flower. HEX triplet: A6, 86 and E8. RGB value is (166,134,232). Sum of RGB (Red+Green+Blue) = 166+134+232=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #A686E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686E8 is #597917. Grayscale: #9A9A9A. Windows color (decimal): -5863704 or 15238822. OLE color: 15238822.
HSL color Cylindrical-coordinate representation of color #A686E8: hue angle of 259.59º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A686E8 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 134 | 232 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.09 |
| HSL | 259.59º | 0.68% | 0.72% | - |
| HSV(B) | 259.59º | 0.42% | 0.91% | - |
| XYZ | 38.82 | 30.98 | 80.28 | - |
| YUV | 154.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 232 | 0.28 | 0.42 | 0 | 0.09 | 259.59 | 0.68 | 0.72 |
| Hex | A6 | 86 | E8 | 1C | 2A | 0 | 9 | 104 | 44 | 48 |
| Octal | 246 | 206 | 350 | 34 | 52 | 0 | 11 | 404 | 104 | 110 |
| Binary | 10100110 | 10000110 | 11101000 | 11100 | 101010 | 0 | 1001 | 100000100 | 1000100 | 1001000 |
Color Harmonies of #A686E8
Complementary color
Monochromatic Colors of #A686E8
Black with #A686E8
Text Example
Text Example
White with #A686E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686E8; }
p { color: rgb(166,134,232); }
H1.HeaderClassName
{
color: #A686E8;
}
.AnyTagClassName
{
color: #A686E8;
}
</style>
background-color css
<style>
a { background-color: #A686E8; }
a { background-color: rgb(166,134,232); }
div.DivClassName
{
background-color: #A686E8;
}
.BgClassName
{
background-color: #A686E8;
}
</style>
border-color css
<style>
span { border-color: #A686E8; }
span { border-color: rgb(166,134,232); }
td.TdClassName
{
border-color: #A686E8;
}
.TagClassName
{
border-color: #A686E8;
}
</style>