Shades of Biloba Flower #A586DF
Tints of Biloba Flower #A586DF
RGB
CMYK
RGB Variations
Color information
#A586DF (or 0xA586DF) is known color: Biloba Flower. HEX triplet: A5, 86 and DF. RGB value is (165,134,223). Sum of RGB (Red+Green+Blue) = 165+134+223=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #A586DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586DF is #5A7920. Grayscale: #999999. Windows color (decimal): -5929249 or 14648997. OLE color: 14648997.
HSL color Cylindrical-coordinate representation of color #A586DF: hue angle of 260.9º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A586DF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 134 | 223 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.13 |
| HSL | 260.9º | 0.58% | 0.7% | - |
| HSV(B) | 260.9º | 0.4% | 0.87% | - |
| XYZ | 37.36 | 30.38 | 73.71 | - |
| YUV | 153.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 223 | 0.26 | 0.40 | 0 | 0.13 | 260.9 | 0.58 | 0.7 |
| Hex | A5 | 86 | DF | 1A | 28 | 0 | D | 105 | 3A | 46 |
| Octal | 245 | 206 | 337 | 32 | 50 | 0 | 15 | 405 | 72 | 106 |
| Binary | 10100101 | 10000110 | 11011111 | 11010 | 101000 | 0 | 1101 | 100000101 | 111010 | 1000110 |
Color Harmonies of #A586DF
Complementary color
Monochromatic Colors of #A586DF
Black with #A586DF
Text Example
Text Example
White with #A586DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A586DF; }
p { color: rgb(165,134,223); }
H1.HeaderClassName
{
color: #A586DF;
}
.AnyTagClassName
{
color: #A586DF;
}
</style>
background-color css
<style>
a { background-color: #A586DF; }
a { background-color: rgb(165,134,223); }
div.DivClassName
{
background-color: #A586DF;
}
.BgClassName
{
background-color: #A586DF;
}
</style>
border-color css
<style>
span { border-color: #A586DF; }
span { border-color: rgb(165,134,223); }
td.TdClassName
{
border-color: #A586DF;
}
.TagClassName
{
border-color: #A586DF;
}
</style>