Shades of Biloba Flower #A686E6
Tints of Biloba Flower #A686E6
RGB
CMYK
RGB Variations
Color information
#A686E6 (or 0xA686E6) is known color: Biloba Flower. HEX triplet: A6, 86 and E6. RGB value is (166,134,230). Sum of RGB (Red+Green+Blue) = 166+134+230=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #A686E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686E6 is #597919. Grayscale: #9A9A9A. Windows color (decimal): -5863706 or 15107750. OLE color: 15107750.
HSL color Cylindrical-coordinate representation of color #A686E6: hue angle of 260º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A686E6 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 134 | 230 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.10 |
| HSL | 260º | 0.66% | 0.71% | - |
| HSV(B) | 260º | 0.42% | 0.9% | - |
| XYZ | 38.53 | 30.87 | 78.79 | - |
| YUV | 154.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 230 | 0.28 | 0.42 | 0 | 0.10 | 260 | 0.66 | 0.71 |
| Hex | A6 | 86 | E6 | 1C | 2A | 0 | A | 104 | 42 | 47 |
| Octal | 246 | 206 | 346 | 34 | 52 | 0 | 12 | 404 | 102 | 107 |
| Binary | 10100110 | 10000110 | 11100110 | 11100 | 101010 | 0 | 1010 | 100000100 | 1000010 | 1000111 |
Color Harmonies of #A686E6
Complementary color
Monochromatic Colors of #A686E6
Black with #A686E6
Text Example
Text Example
White with #A686E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686E6; }
p { color: rgb(166,134,230); }
H1.HeaderClassName
{
color: #A686E6;
}
.AnyTagClassName
{
color: #A686E6;
}
</style>
background-color css
<style>
a { background-color: #A686E6; }
a { background-color: rgb(166,134,230); }
div.DivClassName
{
background-color: #A686E6;
}
.BgClassName
{
background-color: #A686E6;
}
</style>
border-color css
<style>
span { border-color: #A686E6; }
span { border-color: rgb(166,134,230); }
td.TdClassName
{
border-color: #A686E6;
}
.TagClassName
{
border-color: #A686E6;
}
</style>