Shades of Biloba Flower #A786E8
Tints of Biloba Flower #A786E8
RGB
CMYK
RGB Variations
Color information
#A786E8 (or 0xA786E8) is known color: Biloba Flower. HEX triplet: A7, 86 and E8. RGB value is (167,134,232). Sum of RGB (Red+Green+Blue) = 167+134+232=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #A786E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786E8 is #587917. Grayscale: #9A9A9A. Windows color (decimal): -5798168 or 15238823. OLE color: 15238823.
HSL color Cylindrical-coordinate representation of color #A786E8: hue angle of 260.2º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A786E8 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 134 | 232 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.09 |
| HSL | 260.2º | 0.68% | 0.72% | - |
| HSV(B) | 260.2º | 0.42% | 0.91% | - |
| XYZ | 39.03 | 31.09 | 80.29 | - |
| YUV | 155.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 232 | 0.28 | 0.42 | 0 | 0.09 | 260.2 | 0.68 | 0.72 |
| Hex | A7 | 86 | E8 | 1C | 2A | 0 | 9 | 104 | 44 | 48 |
| Octal | 247 | 206 | 350 | 34 | 52 | 0 | 11 | 404 | 104 | 110 |
| Binary | 10100111 | 10000110 | 11101000 | 11100 | 101010 | 0 | 1001 | 100000100 | 1000100 | 1001000 |
Color Harmonies of #A786E8
Complementary color
Monochromatic Colors of #A786E8
Black with #A786E8
Text Example
Text Example
White with #A786E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A786E8; }
p { color: rgb(167,134,232); }
H1.HeaderClassName
{
color: #A786E8;
}
.AnyTagClassName
{
color: #A786E8;
}
</style>
background-color css
<style>
a { background-color: #A786E8; }
a { background-color: rgb(167,134,232); }
div.DivClassName
{
background-color: #A786E8;
}
.BgClassName
{
background-color: #A786E8;
}
</style>
border-color css
<style>
span { border-color: #A786E8; }
span { border-color: rgb(167,134,232); }
td.TdClassName
{
border-color: #A786E8;
}
.TagClassName
{
border-color: #A786E8;
}
</style>