Shades of Biloba Flower #A986D1
Tints of Biloba Flower #A986D1
RGB
CMYK
RGB Variations
Color information
#A986D1 (or 0xA986D1) is known color: Biloba Flower. HEX triplet: A9, 86 and D1. RGB value is (169,134,209). Sum of RGB (Red+Green+Blue) = 169+134+209=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #A986D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986D1 is #56792E. Grayscale: #989898. Windows color (decimal): -5667119 or 13731497. OLE color: 13731497.
HSL color Cylindrical-coordinate representation of color #A986D1: hue angle of 268º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A986D1 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 134 | 209 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.18 |
| HSL | 268º | 0.45% | 0.67% | - |
| HSV(B) | 268º | 0.36% | 0.82% | - |
| XYZ | 36.4 | 30.09 | 64.21 | - |
| YUV | 153.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 209 | 0.19 | 0.36 | 0 | 0.18 | 268 | 0.45 | 0.67 |
| Hex | A9 | 86 | D1 | 13 | 24 | 0 | 12 | 10C | 2D | 43 |
| Octal | 251 | 206 | 321 | 23 | 44 | 0 | 22 | 414 | 55 | 103 |
| Binary | 10101001 | 10000110 | 11010001 | 10011 | 100100 | 0 | 10010 | 100001100 | 101101 | 1000011 |
Color Harmonies of #A986D1
Complementary color
Monochromatic Colors of #A986D1
Black with #A986D1
Text Example
Text Example
White with #A986D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986D1; }
p { color: rgb(169,134,209); }
H1.HeaderClassName
{
color: #A986D1;
}
.AnyTagClassName
{
color: #A986D1;
}
</style>
background-color css
<style>
a { background-color: #A986D1; }
a { background-color: rgb(169,134,209); }
div.DivClassName
{
background-color: #A986D1;
}
.BgClassName
{
background-color: #A986D1;
}
</style>
border-color css
<style>
span { border-color: #A986D1; }
span { border-color: rgb(169,134,209); }
td.TdClassName
{
border-color: #A986D1;
}
.TagClassName
{
border-color: #A986D1;
}
</style>