Shades of Biloba Flower #A986EE
Tints of Biloba Flower #A986EE
RGB
CMYK
RGB Variations
Color information
#A986EE (or 0xA986EE) is known color: Biloba Flower. HEX triplet: A9, 86 and EE. RGB value is (169,134,238). Sum of RGB (Red+Green+Blue) = 169+134+238=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A986EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986EE is #567911. Grayscale: #9B9B9B. Windows color (decimal): -5667090 or 15632041. OLE color: 15632041.
HSL color Cylindrical-coordinate representation of color #A986EE: hue angle of 260.19º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A986EE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 134 | 238 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.07 |
| HSL | 260.19º | 0.75% | 0.73% | - |
| HSV(B) | 260.19º | 0.44% | 0.93% | - |
| XYZ | 40.32 | 31.66 | 84.87 | - |
| YUV | 156.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 238 | 0.29 | 0.44 | 0 | 0.07 | 260.19 | 0.75 | 0.73 |
| Hex | A9 | 86 | EE | 1D | 2C | 0 | 7 | 104 | 4B | 49 |
| Octal | 251 | 206 | 356 | 35 | 54 | 0 | 7 | 404 | 113 | 111 |
| Binary | 10101001 | 10000110 | 11101110 | 11101 | 101100 | 0 | 111 | 100000100 | 1001011 | 1001001 |
Color Harmonies of #A986EE
Complementary color
Monochromatic Colors of #A986EE
Black with #A986EE
Text Example
Text Example
White with #A986EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986EE; }
p { color: rgb(169,134,238); }
H1.HeaderClassName
{
color: #A986EE;
}
.AnyTagClassName
{
color: #A986EE;
}
</style>
background-color css
<style>
a { background-color: #A986EE; }
a { background-color: rgb(169,134,238); }
div.DivClassName
{
background-color: #A986EE;
}
.BgClassName
{
background-color: #A986EE;
}
</style>
border-color css
<style>
span { border-color: #A986EE; }
span { border-color: rgb(169,134,238); }
td.TdClassName
{
border-color: #A986EE;
}
.TagClassName
{
border-color: #A986EE;
}
</style>