Shades of Biloba Flower #A987DC
Tints of Biloba Flower #A987DC
RGB
CMYK
RGB Variations
Color information
#A987DC (or 0xA987DC) is known color: Biloba Flower. HEX triplet: A9, 87 and DC. RGB value is (169,135,220). Sum of RGB (Red+Green+Blue) = 169+135+220=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #A987DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987DC is #567823. Grayscale: #9A9A9A. Windows color (decimal): -5666852 or 14452649. OLE color: 14452649.
HSL color Cylindrical-coordinate representation of color #A987DC: hue angle of 264º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A987DC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 135 | 220 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.14 |
| HSL | 264º | 0.55% | 0.7% | - |
| HSV(B) | 264º | 0.39% | 0.86% | - |
| XYZ | 37.94 | 30.93 | 71.68 | - |
| YUV | 154.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 220 | 0.23 | 0.39 | 0 | 0.14 | 264 | 0.55 | 0.7 |
| Hex | A9 | 87 | DC | 17 | 27 | 0 | E | 108 | 37 | 46 |
| Octal | 251 | 207 | 334 | 27 | 47 | 0 | 16 | 410 | 67 | 106 |
| Binary | 10101001 | 10000111 | 11011100 | 10111 | 100111 | 0 | 1110 | 100001000 | 110111 | 1000110 |
Color Harmonies of #A987DC
Complementary color
Monochromatic Colors of #A987DC
Black with #A987DC
Text Example
Text Example
White with #A987DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A987DC; }
p { color: rgb(169,135,220); }
H1.HeaderClassName
{
color: #A987DC;
}
.AnyTagClassName
{
color: #A987DC;
}
</style>
background-color css
<style>
a { background-color: #A987DC; }
a { background-color: rgb(169,135,220); }
div.DivClassName
{
background-color: #A987DC;
}
.BgClassName
{
background-color: #A987DC;
}
</style>
border-color css
<style>
span { border-color: #A987DC; }
span { border-color: rgb(169,135,220); }
td.TdClassName
{
border-color: #A987DC;
}
.TagClassName
{
border-color: #A987DC;
}
</style>