Shades of Biloba Flower #A386DF
Tints of Biloba Flower #A386DF
RGB
CMYK
RGB Variations
Color information
#A386DF (or 0xA386DF) is known color: Biloba Flower. HEX triplet: A3, 86 and DF. RGB value is (163,134,223). Sum of RGB (Red+Green+Blue) = 163+134+223=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #A386DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386DF is #5C7920. Grayscale: #989898. Windows color (decimal): -6060321 or 14648995. OLE color: 14648995.
HSL color Cylindrical-coordinate representation of color #A386DF: hue angle of 259.55º 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 #A386DF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 134 | 223 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.13 |
| HSL | 259.55º | 0.58% | 0.7% | - |
| HSV(B) | 259.55º | 0.4% | 0.87% | - |
| XYZ | 36.95 | 30.16 | 73.69 | - |
| YUV | 152.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 223 | 0.27 | 0.40 | 0 | 0.13 | 259.55 | 0.58 | 0.7 |
| Hex | A3 | 86 | DF | 1B | 28 | 0 | D | 104 | 3A | 46 |
| Octal | 243 | 206 | 337 | 33 | 50 | 0 | 15 | 404 | 72 | 106 |
| Binary | 10100011 | 10000110 | 11011111 | 11011 | 101000 | 0 | 1101 | 100000100 | 111010 | 1000110 |
Color Harmonies of #A386DF
Complementary color
Monochromatic Colors of #A386DF
Black with #A386DF
Text Example
Text Example
White with #A386DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386DF; }
p { color: rgb(163,134,223); }
H1.HeaderClassName
{
color: #A386DF;
}
.AnyTagClassName
{
color: #A386DF;
}
</style>
background-color css
<style>
a { background-color: #A386DF; }
a { background-color: rgb(163,134,223); }
div.DivClassName
{
background-color: #A386DF;
}
.BgClassName
{
background-color: #A386DF;
}
</style>
border-color css
<style>
span { border-color: #A386DF; }
span { border-color: rgb(163,134,223); }
td.TdClassName
{
border-color: #A386DF;
}
.TagClassName
{
border-color: #A386DF;
}
</style>