Shades of Biloba Flower #A787D8
Tints of Biloba Flower #A787D8
RGB
CMYK
RGB Variations
Color information
#A787D8 (or 0xA787D8) is known color: Biloba Flower. HEX triplet: A7, 87 and D8. RGB value is (167,135,216). Sum of RGB (Red+Green+Blue) = 167+135+216=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #A787D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A787D8 is #587827. Grayscale: #999999. Windows color (decimal): -5797928 or 14190503. OLE color: 14190503.
HSL color Cylindrical-coordinate representation of color #A787D8: hue angle of 263.7º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A787D8 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 135 | 216 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.15 |
| HSL | 263.7º | 0.51% | 0.69% | - |
| HSV(B) | 263.7º | 0.38% | 0.85% | - |
| XYZ | 37 | 30.5 | 68.9 | - |
| YUV | 153.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 216 | 0.23 | 0.38 | 0 | 0.15 | 263.7 | 0.51 | 0.69 |
| Hex | A7 | 87 | D8 | 17 | 26 | 0 | F | 108 | 33 | 45 |
| Octal | 247 | 207 | 330 | 27 | 46 | 0 | 17 | 410 | 63 | 105 |
| Binary | 10100111 | 10000111 | 11011000 | 10111 | 100110 | 0 | 1111 | 100001000 | 110011 | 1000101 |
Color Harmonies of #A787D8
Complementary color
Monochromatic Colors of #A787D8
Black with #A787D8
Text Example
Text Example
White with #A787D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A787D8; }
p { color: rgb(167,135,216); }
H1.HeaderClassName
{
color: #A787D8;
}
.AnyTagClassName
{
color: #A787D8;
}
</style>
background-color css
<style>
a { background-color: #A787D8; }
a { background-color: rgb(167,135,216); }
div.DivClassName
{
background-color: #A787D8;
}
.BgClassName
{
background-color: #A787D8;
}
</style>
border-color css
<style>
span { border-color: #A787D8; }
span { border-color: rgb(167,135,216); }
td.TdClassName
{
border-color: #A787D8;
}
.TagClassName
{
border-color: #A787D8;
}
</style>