Shades of Biloba Flower #A787E2
Tints of Biloba Flower #A787E2
RGB
CMYK
RGB Variations
Color information
#A787E2 (or 0xA787E2) is known color: Biloba Flower. HEX triplet: A7, 87 and E2. RGB value is (167,135,226). Sum of RGB (Red+Green+Blue) = 167+135+226=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #A787E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A787E2 is #58781D. Grayscale: #9A9A9A. Windows color (decimal): -5797918 or 14845863. OLE color: 14845863.
HSL color Cylindrical-coordinate representation of color #A787E2: hue angle of 261.1º 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 #A787E2 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 135 | 226 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.11 |
| HSL | 261.1º | 0.61% | 0.71% | - |
| HSV(B) | 261.1º | 0.4% | 0.89% | - |
| XYZ | 38.33 | 31.03 | 75.92 | - |
| YUV | 154.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 226 | 0.26 | 0.40 | 0 | 0.11 | 261.1 | 0.61 | 0.71 |
| Hex | A7 | 87 | E2 | 1A | 28 | 0 | B | 105 | 3D | 47 |
| Octal | 247 | 207 | 342 | 32 | 50 | 0 | 13 | 405 | 75 | 107 |
| Binary | 10100111 | 10000111 | 11100010 | 11010 | 101000 | 0 | 1011 | 100000101 | 111101 | 1000111 |
Color Harmonies of #A787E2
Complementary color
Monochromatic Colors of #A787E2
Black with #A787E2
Text Example
Text Example
White with #A787E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A787E2; }
p { color: rgb(167,135,226); }
H1.HeaderClassName
{
color: #A787E2;
}
.AnyTagClassName
{
color: #A787E2;
}
</style>
background-color css
<style>
a { background-color: #A787E2; }
a { background-color: rgb(167,135,226); }
div.DivClassName
{
background-color: #A787E2;
}
.BgClassName
{
background-color: #A787E2;
}
</style>
border-color css
<style>
span { border-color: #A787E2; }
span { border-color: rgb(167,135,226); }
td.TdClassName
{
border-color: #A787E2;
}
.TagClassName
{
border-color: #A787E2;
}
</style>