Shades of Biloba Flower #A986E7
Tints of Biloba Flower #A986E7
RGB
CMYK
RGB Variations
Color information
#A986E7 (or 0xA986E7) is known color: Biloba Flower. HEX triplet: A9, 86 and E7. RGB value is (169,134,231). Sum of RGB (Red+Green+Blue) = 169+134+231=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #A986E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986E7 is #567918. Grayscale: #9B9B9B. Windows color (decimal): -5667097 or 15173289. OLE color: 15173289.
HSL color Cylindrical-coordinate representation of color #A986E7: hue angle of 261.65º degrees, saturation: 0.67, 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 #A986E7 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 134 | 231 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.09 |
| HSL | 261.65º | 0.67% | 0.72% | - |
| HSV(B) | 261.65º | 0.42% | 0.91% | - |
| XYZ | 39.31 | 31.25 | 79.56 | - |
| YUV | 155.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 231 | 0.27 | 0.42 | 0 | 0.09 | 261.65 | 0.67 | 0.72 |
| Hex | A9 | 86 | E7 | 1B | 2A | 0 | 9 | 106 | 43 | 48 |
| Octal | 251 | 206 | 347 | 33 | 52 | 0 | 11 | 406 | 103 | 110 |
| Binary | 10101001 | 10000110 | 11100111 | 11011 | 101010 | 0 | 1001 | 100000110 | 1000011 | 1001000 |
Color Harmonies of #A986E7
Complementary color
Monochromatic Colors of #A986E7
Black with #A986E7
Text Example
Text Example
White with #A986E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986E7; }
p { color: rgb(169,134,231); }
H1.HeaderClassName
{
color: #A986E7;
}
.AnyTagClassName
{
color: #A986E7;
}
</style>
background-color css
<style>
a { background-color: #A986E7; }
a { background-color: rgb(169,134,231); }
div.DivClassName
{
background-color: #A986E7;
}
.BgClassName
{
background-color: #A986E7;
}
</style>
border-color css
<style>
span { border-color: #A986E7; }
span { border-color: rgb(169,134,231); }
td.TdClassName
{
border-color: #A986E7;
}
.TagClassName
{
border-color: #A986E7;
}
</style>