Shades of Biloba Flower #A785D9
Tints of Biloba Flower #A785D9
RGB
CMYK
RGB Variations
Color information
#A785D9 (or 0xA785D9) is known color: Biloba Flower. HEX triplet: A7, 85 and D9. RGB value is (167,133,217). Sum of RGB (Red+Green+Blue) = 167+133+217=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #A785D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785D9 is #587A26. Grayscale: #989898. Windows color (decimal): -5798439 or 14255527. OLE color: 14255527.
HSL color Cylindrical-coordinate representation of color #A785D9: hue angle of 264.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A785D9 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 133 | 217 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.15 |
| HSL | 264.29º | 0.53% | 0.69% | - |
| HSV(B) | 264.29º | 0.39% | 0.85% | - |
| XYZ | 36.85 | 30 | 69.49 | - |
| YUV | 152.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 217 | 0.23 | 0.39 | 0 | 0.15 | 264.29 | 0.53 | 0.69 |
| Hex | A7 | 85 | D9 | 17 | 27 | 0 | F | 108 | 34 | 45 |
| Octal | 247 | 205 | 331 | 27 | 47 | 0 | 17 | 410 | 64 | 105 |
| Binary | 10100111 | 10000101 | 11011001 | 10111 | 100111 | 0 | 1111 | 100001000 | 110100 | 1000101 |
Color Harmonies of #A785D9
Complementary color
Monochromatic Colors of #A785D9
Black with #A785D9
Text Example
Text Example
White with #A785D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785D9; }
p { color: rgb(167,133,217); }
H1.HeaderClassName
{
color: #A785D9;
}
.AnyTagClassName
{
color: #A785D9;
}
</style>
background-color css
<style>
a { background-color: #A785D9; }
a { background-color: rgb(167,133,217); }
div.DivClassName
{
background-color: #A785D9;
}
.BgClassName
{
background-color: #A785D9;
}
</style>
border-color css
<style>
span { border-color: #A785D9; }
span { border-color: rgb(167,133,217); }
td.TdClassName
{
border-color: #A785D9;
}
.TagClassName
{
border-color: #A785D9;
}
</style>