Shades of Biloba Flower #A987E2
Tints of Biloba Flower #A987E2
RGB
CMYK
RGB Variations
Color information
#A987E2 (or 0xA987E2) is known color: Biloba Flower. HEX triplet: A9, 87 and E2. RGB value is (169,135,226). Sum of RGB (Red+Green+Blue) = 169+135+226=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 226 - color contains mainly: blue. Hex color #A987E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987E2 is #56781D. Grayscale: #9B9B9B. Windows color (decimal): -5666846 or 14845865. OLE color: 14845865.
HSL color Cylindrical-coordinate representation of color #A987E2: hue angle of 262.42º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A987E2 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 135 | 226 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.11 |
| HSL | 262.42º | 0.61% | 0.71% | - |
| HSV(B) | 262.42º | 0.4% | 0.89% | - |
| XYZ | 38.75 | 31.25 | 75.94 | - |
| YUV | 155.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 226 | 0.25 | 0.40 | 0 | 0.11 | 262.42 | 0.61 | 0.71 |
| Hex | A9 | 87 | E2 | 19 | 28 | 0 | B | 106 | 3D | 47 |
| Octal | 251 | 207 | 342 | 31 | 50 | 0 | 13 | 406 | 75 | 107 |
| Binary | 10101001 | 10000111 | 11100010 | 11001 | 101000 | 0 | 1011 | 100000110 | 111101 | 1000111 |
Color Harmonies of #A987E2
Complementary color
Monochromatic Colors of #A987E2
Black with #A987E2
Text Example
Text Example
White with #A987E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A987E2; }
p { color: rgb(169,135,226); }
H1.HeaderClassName
{
color: #A987E2;
}
.AnyTagClassName
{
color: #A987E2;
}
</style>
background-color css
<style>
a { background-color: #A987E2; }
a { background-color: rgb(169,135,226); }
div.DivClassName
{
background-color: #A987E2;
}
.BgClassName
{
background-color: #A987E2;
}
</style>
border-color css
<style>
span { border-color: #A987E2; }
span { border-color: rgb(169,135,226); }
td.TdClassName
{
border-color: #A987E2;
}
.TagClassName
{
border-color: #A987E2;
}
</style>