Shades of Biloba Flower #A486DF
Tints of Biloba Flower #A486DF
RGB
CMYK
RGB Variations
Color information
#A486DF (or 0xA486DF) is known color: Biloba Flower. HEX triplet: A4, 86 and DF. RGB value is (164,134,223). Sum of RGB (Red+Green+Blue) = 164+134+223=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A486DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486DF is #5B7920. Grayscale: #989898. Windows color (decimal): -5994785 or 14648996. OLE color: 14648996.
HSL color Cylindrical-coordinate representation of color #A486DF: hue angle of 260.22º 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 #A486DF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 134 | 223 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.13 |
| HSL | 260.22º | 0.58% | 0.7% | - |
| HSV(B) | 260.22º | 0.4% | 0.87% | - |
| XYZ | 37.15 | 30.27 | 73.7 | - |
| YUV | 153.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 223 | 0.26 | 0.40 | 0 | 0.13 | 260.22 | 0.58 | 0.7 |
| Hex | A4 | 86 | DF | 1A | 28 | 0 | D | 104 | 3A | 46 |
| Octal | 244 | 206 | 337 | 32 | 50 | 0 | 15 | 404 | 72 | 106 |
| Binary | 10100100 | 10000110 | 11011111 | 11010 | 101000 | 0 | 1101 | 100000100 | 111010 | 1000110 |
Color Harmonies of #A486DF
Complementary color
Monochromatic Colors of #A486DF
Black with #A486DF
Text Example
Text Example
White with #A486DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A486DF; }
p { color: rgb(164,134,223); }
H1.HeaderClassName
{
color: #A486DF;
}
.AnyTagClassName
{
color: #A486DF;
}
</style>
background-color css
<style>
a { background-color: #A486DF; }
a { background-color: rgb(164,134,223); }
div.DivClassName
{
background-color: #A486DF;
}
.BgClassName
{
background-color: #A486DF;
}
</style>
border-color css
<style>
span { border-color: #A486DF; }
span { border-color: rgb(164,134,223); }
td.TdClassName
{
border-color: #A486DF;
}
.TagClassName
{
border-color: #A486DF;
}
</style>