Shades of Biloba Flower #A686DA
Tints of Biloba Flower #A686DA
RGB
CMYK
RGB Variations
Color information
#A686DA (or 0xA686DA) is known color: Biloba Flower. HEX triplet: A6, 86 and DA. RGB value is (166,134,218). Sum of RGB (Red+Green+Blue) = 166+134+218=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #A686DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686DA is #597925. Grayscale: #989898. Windows color (decimal): -5863718 or 14321318. OLE color: 14321318.
HSL color Cylindrical-coordinate representation of color #A686DA: hue angle of 262.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A686DA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 134 | 218 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.15 |
| HSL | 262.86º | 0.53% | 0.69% | - |
| HSV(B) | 262.86º | 0.39% | 0.85% | - |
| XYZ | 36.91 | 30.22 | 70.22 | - |
| YUV | 153.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 218 | 0.24 | 0.39 | 0 | 0.15 | 262.86 | 0.53 | 0.69 |
| Hex | A6 | 86 | DA | 18 | 27 | 0 | F | 107 | 35 | 45 |
| Octal | 246 | 206 | 332 | 30 | 47 | 0 | 17 | 407 | 65 | 105 |
| Binary | 10100110 | 10000110 | 11011010 | 11000 | 100111 | 0 | 1111 | 100000111 | 110101 | 1000101 |
Color Harmonies of #A686DA
Complementary color
Monochromatic Colors of #A686DA
Black with #A686DA
Text Example
Text Example
White with #A686DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686DA; }
p { color: rgb(166,134,218); }
H1.HeaderClassName
{
color: #A686DA;
}
.AnyTagClassName
{
color: #A686DA;
}
</style>
background-color css
<style>
a { background-color: #A686DA; }
a { background-color: rgb(166,134,218); }
div.DivClassName
{
background-color: #A686DA;
}
.BgClassName
{
background-color: #A686DA;
}
</style>
border-color css
<style>
span { border-color: #A686DA; }
span { border-color: rgb(166,134,218); }
td.TdClassName
{
border-color: #A686DA;
}
.TagClassName
{
border-color: #A686DA;
}
</style>