Shades of Biloba Flower #A986EA
Tints of Biloba Flower #A986EA
RGB
CMYK
RGB Variations
Color information
#A986EA (or 0xA986EA) is known color: Biloba Flower. HEX triplet: A9, 86 and EA. RGB value is (169,134,234). Sum of RGB (Red+Green+Blue) = 169+134+234=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #A986EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986EA is #567915. Grayscale: #9B9B9B. Windows color (decimal): -5667094 or 15369897. OLE color: 15369897.
HSL color Cylindrical-coordinate representation of color #A986EA: hue angle of 261º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A986EA is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 134 | 234 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.08 |
| HSL | 261º | 0.7% | 0.72% | - |
| HSV(B) | 261º | 0.43% | 0.92% | - |
| XYZ | 39.74 | 31.43 | 81.81 | - |
| YUV | 155.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 234 | 0.28 | 0.43 | 0 | 0.08 | 261 | 0.7 | 0.72 |
| Hex | A9 | 86 | EA | 1C | 2B | 0 | 8 | 105 | 46 | 48 |
| Octal | 251 | 206 | 352 | 34 | 53 | 0 | 10 | 405 | 106 | 110 |
| Binary | 10101001 | 10000110 | 11101010 | 11100 | 101011 | 0 | 1000 | 100000101 | 1000110 | 1001000 |
Color Harmonies of #A986EA
Complementary color
Monochromatic Colors of #A986EA
Black with #A986EA
Text Example
Text Example
White with #A986EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986EA; }
p { color: rgb(169,134,234); }
H1.HeaderClassName
{
color: #A986EA;
}
.AnyTagClassName
{
color: #A986EA;
}
</style>
background-color css
<style>
a { background-color: #A986EA; }
a { background-color: rgb(169,134,234); }
div.DivClassName
{
background-color: #A986EA;
}
.BgClassName
{
background-color: #A986EA;
}
</style>
border-color css
<style>
span { border-color: #A986EA; }
span { border-color: rgb(169,134,234); }
td.TdClassName
{
border-color: #A986EA;
}
.TagClassName
{
border-color: #A986EA;
}
</style>